| 
    OpenEnroth 90c43ae
    
   | 
 
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(const Recti &rect, Pointi position, Color defaultColor, std::string_view text, int maxY, Color shadowColor) | GUIFont | |
| DrawTextInRect(const Recti &rect, 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 startColor, Color shadowColor, Color *uX_buff_pos, std::string_view text, int line_width) | GUIFont | private | 
| FitTwoFontStringInWindow(std::string_view inString, GUIFont *pFontSecond, int width, int x) | GUIFont | private | 
| GetHeight() const | GUIFont | |
| GetLineWidth(std::string_view str) | GUIFont | |
| GetPageText(std::string_view str, Sizei pageSize, int x, int page) | GUIFont | |
| GetStringHeightWithSecondFont(GUIFont *secondFont, std::string_view text_str, int width, int x) | GUIFont | |
| GetTextLenLimitedByWidth(std::string_view str, int maxWidth, int &resultWidth) | GUIFont | |
| GUIFont() | GUIFont | |
| 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 |