OpenEnroth 4aaa0a0
|
This is the complete list of members for GUIFont, including all inherited members.
_font | GUIFont | private |
_mainTexture | GUIFont | private |
_shadowTexture | GUIFont | private |
AlignText_Center(int width, std::string_view str) | GUIFont | |
CalcTextHeight(std::string_view str, int width, int x) | GUIFont | |
CreateFontTex() | GUIFont | |
DrawCreditsEntry(GUIFont *pSecondFont, int uFrameX, int uFrameY, unsigned int w, unsigned int h, Color firstColor, Color secondColor, Color shadowColor, std::string_view pString, GraphicsImage *image) | GUIFont | |
DrawText(GUIWindow *window, Pointi position, Color color, std::string_view text, int maxHeight, Color shadowColor) | GUIFont | |
DrawTextInRect(GUIWindow *window, Pointi position, Color color, std::string_view text, int rect_width, int reverse_text) | GUIFont | |
DrawTextLine(std::string_view text, Color startColor, Color defaultColor, Pointi position) | GUIFont | |
DrawTextLineToBuff(Color color, Color shadowColor, Color *uX_buff_pos, std::string_view text, int line_width) | GUIFont | private |
FitTwoFontStringINWindow(std::string_view inString, GUIFont *pFontSecond, GUIWindow *pWindow, int startPixlOff, bool return_on_carriage=false) | GUIFont | private |
GetHeight() const | GUIFont | |
GetLineWidth(std::string_view str) | GUIFont | |
GetPageText(std::string_view str, Sizei pageSize, int x, int page) | GUIFont | |
GetStringHeight2(GUIFont *secondFont, std::string_view text_str, GUIWindow *pWindow, int startX, int a6) | GUIFont | |
GUIFont() | GUIFont | |
IsCharValid(unsigned char c) const | GUIFont | private |
LoadFont(std::string_view pFontFile) | GUIFont | static |
ReleaseFontTex() | GUIFont | |
WrapText(std::string_view inString, int width, int uX, bool return_on_carriage=false) | GUIFont | |
~GUIFont() | GUIFont |