CGUIFontTTFBase::AddReference() | CGUIFontTTFBase | protected |
Begin() | CGUIFontTTFBase | |
CacheCharacter(wchar_t letter, uint32_t style, Character *ch) | CGUIFontTTFBase | protected |
CGUIFontTTFBase(const std::string &strFileName) | CGUIFontTTFBase | explicit |
CGUIFontTTFDX(const std::string &strFileName) | CGUIFontTTFDX | explicit |
Clear() | CGUIFontTTFBase | |
ClearCharacterCache() | CGUIFontTTFBase | protected |
CopyCharToTexture(FT_BitmapGlyph bitGlyph, unsigned int x1, unsigned int y1, unsigned int x2, unsigned int y2) override | CGUIFontTTFDX | protectedvirtual |
CreateStaticIndexBuffer(void) | CGUIFontTTFDX | static |
CreateVertexBuffer(const std::vector< SVertex > &vertices) const override | CGUIFontTTFDX | virtual |
DeleteHardwareTexture() override | CGUIFontTTFDX | protectedvirtual |
DestroyStaticIndexBuffer(void) | CGUIFontTTFDX | static |
DestroyVertexBuffer(CVertexBuffer &bufferHandle) const override | CGUIFontTTFDX | virtual |
DrawTextInternal(float x, float y, const std::vector< UTILS::Color > &colors, const vecText &text, uint32_t alignment, float maxPixelWidth, bool scrolling) | CGUIFontTTFBase | protected |
End() | CGUIFontTTFBase | |
FirstBegin() override | CGUIFontTTFDX | virtual |
GetCharacter(character_t letter) | CGUIFontTTFBase | inlineprotected |
GetCharWidthInternal(character_t ch) | CGUIFontTTFBase | protected |
GetFileName() const | CGUIFontTTFBase | inline |
GetFontHeight() const | CGUIFontTTFBase | inlineprotected |
GetLineHeight(float lineSpacing) const | CGUIFontTTFBase | protected |
GetTextBaseLine() const | CGUIFontTTFBase | inlineprotected |
GetTextHeight(float lineSpacing, int numLines) const | CGUIFontTTFBase | protected |
GetTextureLineHeight() const | CGUIFontTTFBase | protected |
GetTextWidthInternal(vecText::const_iterator start, vecText::const_iterator end) | CGUIFontTTFBase | protected |
LastEnd() override | CGUIFontTTFDX | virtual |
Load(const std::string &strFilename, float height=20.0f, float aspect=1.0f, float lineSpacing=1.0f, bool border=false) | CGUIFontTTFBase | |
m_bRegistered | ID3DResource | protected |
m_cellBaseLine | CGUIFontTTFBase | protected |
m_cellHeight | CGUIFontTTFBase | protected |
m_char | CGUIFontTTFBase | protected |
m_charquick | CGUIFontTTFBase | protected |
m_color | CGUIFontTTFBase | protected |
m_dynamicCache | CGUIFontTTFBase | protected |
m_ellipsesWidth | CGUIFontTTFBase | protected |
m_face | CGUIFontTTFBase | protected |
m_fontFileInMemory | CGUIFontTTFBase | protected |
m_height | CGUIFontTTFBase | protected |
m_maxChars | CGUIFontTTFBase | protected |
m_nestedBeginCount | CGUIFontTTFBase | protected |
m_nTexture | CGUIFontTTFBase | protected |
m_numChars | CGUIFontTTFBase | protected |
m_originX | CGUIFontTTFBase | protected |
m_originY | CGUIFontTTFBase | protected |
m_posX | CGUIFontTTFBase | protected |
m_posY | CGUIFontTTFBase | protected |
m_renderSystem | CGUIFontTTFBase | protected |
m_staticCache | CGUIFontTTFBase | protected |
m_strFileName | CGUIFontTTFBase | protected |
m_strFilename | CGUIFontTTFBase | protected |
m_stroker | CGUIFontTTFBase | protected |
m_texture | CGUIFontTTFBase | protected |
m_textureHeight | CGUIFontTTFBase | protected |
m_textureScaleX | CGUIFontTTFBase | protected |
m_textureScaleY | CGUIFontTTFBase | protected |
m_textureWidth | CGUIFontTTFBase | protected |
m_vertex | CGUIFontTTFBase | protected |
m_vertexTrans | CGUIFontTTFBase | protected |
ObliqueGlyph(FT_GlyphSlot slot) | CGUIFontTTFBase | protectedstatic |
OnCreateDevice() override | CGUIFontTTFDX | virtual |
OnDestroyDevice(bool fatal) override | CGUIFontTTFDX | virtual |
ReallocTexture(unsigned int &newHeight) override | CGUIFontTTFDX | protectedvirtual |
Register() | ID3DResource | protected |
RemoveReference() | CGUIFontTTFBase | protected |
RenderCharacter(float posX, float posY, const Character *ch, UTILS::Color color, bool roundX, std::vector< SVertex > &vertices) | CGUIFontTTFBase | protected |
SetGlyphStrength(FT_GlyphSlot slot, int glyphStrength) | CGUIFontTTFBase | protected |
spacing_between_characters_in_texture | CGUIFontTTFBase | protectedstatic |
Unregister() | ID3DResource | protected |
~CGUIFontTTFBase(void) | CGUIFontTTFBase | virtual |
~CGUIFontTTFDX(void) | CGUIFontTTFDX | virtual |
~ID3DResource() | ID3DResource | inlinevirtual |