|
libSDL2pp
C++ bindings/wrapper for SDL2
|
This is the complete list of members for SDL2pp::Font, including all inherited members.
| Font(TTF_Font *font) | SDL2pp::Font | explicit |
| 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) noexcept | SDL2pp::Font | |
| Font(const Font &)=delete | SDL2pp::Font | |
| Get() const | SDL2pp::Font | |
| GetAscent() const | SDL2pp::Font | |
| GetDescent() const | SDL2pp::Font | |
| GetFamilyName() const | SDL2pp::Font | |
| GetGlyphAdvance(Uint16 ch) const | SDL2pp::Font | |
| GetGlyphMetrics(Uint16 ch, int &minx, int &maxx, int &miny, int &maxy, int &advance) const | SDL2pp::Font | |
| GetGlyphRect(Uint16 ch) const | SDL2pp::Font | |
| GetHeight() const | SDL2pp::Font | |
| GetHinting() const | SDL2pp::Font | |
| GetKerning() const | SDL2pp::Font | |
| GetLineSkip() const | SDL2pp::Font | |
| GetNumFaces() const | SDL2pp::Font | |
| GetOutline() const | SDL2pp::Font | |
| GetSizeText(const std::string &text) const | SDL2pp::Font | |
| GetSizeUNICODE(const Uint16 *text) const | SDL2pp::Font | |
| GetSizeUNICODE(const std::u16string &text) const | SDL2pp::Font | |
| GetSizeUTF8(const std::string &text) const | SDL2pp::Font | |
| GetStyle() const | SDL2pp::Font | |
| GetStyleName() const | SDL2pp::Font | |
| IsFixedWidth() const | SDL2pp::Font | |
| IsGlyphProvided(Uint16 ch) const | SDL2pp::Font | |
| operator=(Font &&other) noexcept | SDL2pp::Font | |
| operator=(const Font &)=delete | SDL2pp::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::Font | virtual |