BOLD | glttf::Font | [static] |
BOLD_WEIGHT | glttf::Font | [static] |
buildCache(unsigned long from=0, unsigned long to=127) | glttf::Font | |
cleanupState() | glttf::Font | [virtual] |
DEFAULT_FACE_INDEX | glttf::Font | [static] |
deleteCache() | glttf::Font | [protected] |
drawCharacter(unsigned long ch, bool cache=true) | glttf::Font | |
drawString(Iterator begin, Iterator end, bool cache=true) | glttf::Font | |
drawString(std::string const &str, bool cache=true) | glttf::Font | |
drawString(std::wstring const &str, bool cache=true) | glttf::Font | |
Flags typedef | glttf::Font | |
FLIP_Y_AXIS | glttf::Font | [static] |
Font(const std::string &filename, unsigned int size, FontStyle style, unsigned long faceIndex=DEFAULT_FACE_INDEX) | glttf::Font | |
FontStyle typedef | glttf::Font | |
getAscender() const | glttf::Font | |
getBoundingBox(Iterator begin, Iterator end, float &minX, float &minY, float &maxX, float &maxY, bool cache=true) | glttf::Font | |
getBoundingBox(std::string const &str, float &minX, float &minY, float &maxX, float &maxY, bool cache=true) | glttf::Font | |
getBoundingBox(std::wstring const &str, float &minX, float &minY, float &maxX, float &maxY, bool cache=true) | glttf::Font | |
getDescender() const | glttf::Font | |
getFlags() const | glttf::Font | |
getFlipYAxis() const | glttf::Font | |
getGlyph(unsigned long ch, bool cache) | glttf::Font | |
getMaxAdvanceX() const | glttf::Font | |
getMaxAdvanceY() const | glttf::Font | |
getScaleTo1EM() const | glttf::Font | |
getShear() const | glttf::Font | |
getTabSize() const | glttf::Font | |
getTabWidth() const | glttf::Font | |
getTabWidth(bool cache=true) | glttf::Font | |
getTextHeight() const | glttf::Font | |
getTopLeftOrigin() const | glttf::Font | |
getUnitsPerEM() const | glttf::Font | |
getWeight() const | glttf::Font | |
ITALIC | glttf::Font | [static] |
ITALIC_SHEAR | glttf::Font | [static] |
makeGlyph(FT_GlyphSlot glyph)=0 | glttf::Font | [protected, pure virtual] |
PLAIN | glttf::Font | [static] |
SCALE_TO_1EM | glttf::Font | [static] |
setCharSize(float width, float height, unsigned int hres=0, unsigned int vres=0) | glttf::Font | |
setFlags(Flags f) | glttf::Font | |
setFlipYAxis(bool enable) | glttf::Font | |
setPixelSize(unsigned int width, unsigned int height=0) | glttf::Font | |
setScaleTo1EM(bool enable) | glttf::Font | |
setStyle(FontStyle style) | glttf::Font | |
setTabSize(unsigned int size) | glttf::Font | |
setTabWidth(float width) | glttf::Font | |
setTopLeftOrigin(bool enable) | glttf::Font | |
setTransformation(float weight, float shear) | glttf::Font | |
setupState() | glttf::Font | [virtual] |
TOP_LEFT_ORIGIN | glttf::Font | [static] |
~Font() | glttf::Font | [virtual] |