PixelLightAPI
.
|
Font(Gui &cGui) | PLGui::Font | |
Font(Gui &cGui, const PLCore::String &sFamily, PLCore::uint32 nHeight=0, EFontWeight nWeight=WeightNormal, EFontStyle nStyle=StyleNormal) | PLGui::Font | |
Font(Gui &cGui, const FontInfo &cFontInfo) | PLGui::Font | |
Font(const Font &cFont) | PLGui::Font | |
GetFamily() const | PLGui::Font | |
GetFilename() const | PLGui::Font | |
GetFontInfo() const | PLGui::Font | |
GetGui() const | PLGui::Font | |
GetHeight() const | PLGui::Font | |
GetImpl() const | PLGui::Font | |
GetStyle() const | PLGui::Font | |
GetWeight() const | PLGui::Font | |
Load(const PLCore::String &sFamily, PLCore::uint32 nHeight=0, EFontWeight nWeight=WeightNormal, EFontStyle nStyle=StyleNormal) | PLGui::Font | |
LoadFromFile(const PLCore::String &sFilename, PLCore::uint32 nHeight=0) | PLGui::Font | |
m_nHeight | PLGui::Font | [protected] |
m_nStyle | PLGui::Font | [protected] |
m_nWeight | PLGui::Font | [protected] |
m_pFontImpl | PLGui::Font | [protected] |
m_pGui | PLGui::Font | [protected] |
m_sFamily | PLGui::Font | [protected] |
m_sFilename | PLGui::Font | [protected] |
operator=(const Font &cFont) | PLGui::Font | |
SetFamily(const PLCore::String &sFamily) | PLGui::Font | |
SetHeight(PLCore::uint32 nHeight) | PLGui::Font | |
SetStyle(EFontStyle nStyle) | PLGui::Font | |
SetWeight(EFontWeight nWeight) | PLGui::Font | |
~Font() | PLGui::Font |
|