For internal use only. More...
#include <LASi.h>
Public Member Functions | |
GlyphId () | |
GlyphId (FT_Face, const FT_UInt) | |
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.
For internal use only.
A unique id for a glyph that is composed of its font face and a unique integer.
LASi::PostscriptDocument::GlyphId::GlyphId | ( | ) | [inline] |
PostscriptDocument::GlyphId::GlyphId | ( | FT_Face | face, | |
const FT_UInt | index | |||
) |
std::string LASi::PostscriptDocument::GlyphId::str | ( | ) | const [inline] |
Referenced by LASi::PostscriptDocument::write_glyph_routine_to_stream::operator()().
std::string LASi::PostscriptDocument::GlyphId::_str [private] |
Referenced by GlyphId().