libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
SDL2pp::Font Member List

This is the complete list of members for SDL2pp::Font, including all inherited members.

Font(TTF_Font *font)SDL2pp::Fontexplicit
Font(const std::string &file, int ptsize, long index=0)SDL2pp::Font
Font(RWops &rwops, int ptsize, long index=0)SDL2pp::Font
Font(Font &&other) noexceptSDL2pp::Font
Font(const Font &)=deleteSDL2pp::Font
Get() constSDL2pp::Font
GetAscent() constSDL2pp::Font
GetDescent() constSDL2pp::Font
GetFamilyName() constSDL2pp::Font
GetGlyphAdvance(Uint16 ch) constSDL2pp::Font
GetGlyphMetrics(Uint16 ch, int &minx, int &maxx, int &miny, int &maxy, int &advance) constSDL2pp::Font
GetGlyphRect(Uint16 ch) constSDL2pp::Font
GetHeight() constSDL2pp::Font
GetHinting() constSDL2pp::Font
GetKerning() constSDL2pp::Font
GetLineSkip() constSDL2pp::Font
GetNumFaces() constSDL2pp::Font
GetOutline() constSDL2pp::Font
GetSizeText(const std::string &text) constSDL2pp::Font
GetSizeUNICODE(const Uint16 *text) constSDL2pp::Font
GetSizeUNICODE(const std::u16string &text) constSDL2pp::Font
GetSizeUTF8(const std::string &text) constSDL2pp::Font
GetStyle() constSDL2pp::Font
GetStyleName() constSDL2pp::Font
IsFixedWidth() constSDL2pp::Font
IsGlyphProvided(Uint16 ch) constSDL2pp::Font
operator=(Font &&other) noexceptSDL2pp::Font
operator=(const Font &)=deleteSDL2pp::Font
RenderGlyph_Blended(Uint16 ch, SDL_Color fg)SDL2pp::Font
RenderGlyph_Shaded(Uint16 ch, SDL_Color fg, SDL_Color bg)SDL2pp::Font
RenderGlyph_Solid(Uint16 ch, SDL_Color fg)SDL2pp::Font
RenderText_Blended(const std::string &text, SDL_Color fg)SDL2pp::Font
RenderText_Shaded(const std::string &text, SDL_Color fg, SDL_Color bg)SDL2pp::Font
RenderText_Solid(const std::string &text, SDL_Color fg)SDL2pp::Font
RenderUNICODE_Blended(const Uint16 *text, SDL_Color fg)SDL2pp::Font
RenderUNICODE_Blended(const std::u16string &text, SDL_Color fg)SDL2pp::Font
RenderUNICODE_Shaded(const Uint16 *text, SDL_Color fg, SDL_Color bg)SDL2pp::Font
RenderUNICODE_Shaded(const std::u16string &text, SDL_Color fg, SDL_Color bg)SDL2pp::Font
RenderUNICODE_Solid(const Uint16 *text, SDL_Color fg)SDL2pp::Font
RenderUNICODE_Solid(const std::u16string &text, SDL_Color fg)SDL2pp::Font
RenderUTF8_Blended(const std::string &text, SDL_Color fg)SDL2pp::Font
RenderUTF8_Shaded(const std::string &text, SDL_Color fg, SDL_Color bg)SDL2pp::Font
RenderUTF8_Solid(const std::string &text, SDL_Color fg)SDL2pp::Font
SetHinting(int hinting=TTF_HINTING_NORMAL)SDL2pp::Font
SetKerning(bool allowed=true)SDL2pp::Font
SetOutline(int outline=0)SDL2pp::Font
SetStyle(int style=TTF_STYLE_NORMAL)SDL2pp::Font
~Font()SDL2pp::Fontvirtual