LASi
|
For internal use only. More...
#include <LASi.h>
Public Member Functions | |
GlyphId () | |
GlyphId (FT_Face, const FT_UInt, uint32_t unichar) | |
std::string | str () const |
Private Attributes | |
std::string | _str |
Friends | |
bool | operator== (const GlyphId id1, const GlyphId id2) |
bool | operator< (const GlyphId id1, const GlyphId id2) |
For internal use only.
A unique id for a glyph that is composed of its font face and a unique integer.
|
inline |
PostscriptDocument::GlyphId::GlyphId | ( | FT_Face | face, |
const FT_UInt | index, | ||
uint32_t | unichar | ||
) |
References nameof().
|
inline |
Referenced by LASi::PostscriptDocument::invoke_glyph_routine(), and LASi::PostscriptDocument::write_glyph_routine_to_stream::operator()().
|
private |