| BasicFont(const std::string &filename, unsigned int size=32, Font::FontStyle style=Font::PLAIN, unsigned long faceIndex=Font::DEFAULT_FACE_INDEX) | glttf::BasicFont< T > | [inline] |
| BOLD | glttf::Font | [static] |
| BOLD_WEIGHT | glttf::Font | [static] |
| buildCache(unsigned long from=0, unsigned long to=127) | glttf::Font | |
| cleanupState() | glttf::BasicFont< T > | [inline, 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 | |
| getParameter() const | glttf::BasicFont< T > | [inline] |
| 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 | |
| GlyphType typedef | glttf::BasicFont< T > | |
| ITALIC | glttf::Font | [static] |
| ITALIC_SHEAR | glttf::Font | [static] |
| makeGlyph(FT_GlyphSlot glyph) | glttf::BasicFont< T > | [inline, protected, virtual] |
| Parameter typedef | glttf::BasicFont< T > | |
| 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 | |
| setParameter(const Parameter ¶m) | glttf::BasicFont< T > | [inline] |
| 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::BasicFont< T > | [inline, virtual] |
| TOP_LEFT_ORIGIN | glttf::Font | [static] |
| ~BasicFont() | glttf::BasicFont< T > | [inline] |
| ~Font() | glttf::Font | [virtual] |