JX Application Framework
|
This is the complete list of members for JFont, including all inherited members.
ClearStyle() | JFont | inline |
GetCharWidth(JFontManager *fontManager, const JUtf8Character &c) const | JFont | |
GetID() const | JFont | inline |
GetLineHeight(JFontManager *fontManager) const | JFont | |
GetLineHeight(JFontManager *fontManager, JCoordinate *ascent, JCoordinate *descent) const | JFont | |
GetName() const | JFont | |
GetSize() const | JFont | inline |
GetStrikeThickness() const | JFont | |
GetStringWidth(JFontManager *fontManager, const JString &str) const | JFont | |
GetStyle() const | JFont | inline |
GetUnderlineThickness() const | JFont | |
HasGlyphForCharacter(JFontManager *fontManager, const JUtf8Character &c) const | JFont | |
HasGlyphsForString(JFontManager *fontManager, const JString &s) const | JFont | |
IsExact(JFontManager *fontManager) const | JFont | |
JFont() | JFont | inline |
JFontManager | JFont | friend |
operator== | JFont | friend |
Set(const JString &name, const JSize size=0, const JFontStyle &style=JFontStyle()) | JFont | |
Set(const JFont &f) | JFont | |
SetBold(const bool bold) | JFont | |
SetColor(const JColorID color) | JFont | |
SetItalic(const bool italic) | JFont | |
SetName(const JString &name) | JFont | |
SetSize(const JSize size) | JFont | |
SetStrike(const bool strike) | JFont | |
SetStyle(const JFontStyle &style) | JFont | |
SetUnderlineCount(const JSize count) | JFont | |
SubstituteToDisplayGlyph(JFontManager *fontManager, const JUtf8Character &c) | JFont |