|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::FontRef, including all inherited members.
| AddFallback(FontParam fallback) | SDL::Font | inline |
| ClearFallbacks() | SDL::Font | inline |
| Close() | SDL::Font | inline |
| Copy() const | SDL::Font | inline |
| Font()=default | SDL::Font | |
| Font(const FontRaw resource) | SDL::Font | inlineexplicit |
| Font(const Font &other)=delete | SDL::Font | |
| Font(Font &&other) | SDL::Font | inline |
| Font(const FontRef &other)=delete (defined in SDL::Font) | SDL::Font | |
| Font(FontRef &&other)=delete (defined in SDL::Font) | SDL::Font | |
| Font(StringParam file, float ptsize) | SDL::Font | inline |
| Font(IOStreamParam src, float ptsize, bool closeio=false) | SDL::Font | inline |
| Font(PropertiesParam props) | SDL::Font | inline |
| FontRef(FontParam resource) | SDL::FontRef | inline |
| FontRef(const FontRef &other) | SDL::FontRef | inline |
| get() const | SDL::Font | inline |
| GetAscent() const | SDL::Font | inline |
| GetDescent() const | SDL::Font | inline |
| GetDirection() const | SDL::Font | inline |
| GetDPI(int *hdpi, int *vdpi) const | SDL::Font | inline |
| GetFamilyName() const | SDL::Font | inline |
| GetGeneration() const | SDL::Font | inline |
| GetGlyphImage(Uint32 ch, ImageType *image_type) const | SDL::Font | inline |
| GetGlyphImageForIndex(Uint32 glyph_index, ImageType *image_type) const | SDL::Font | inline |
| GetGlyphKerning(Uint32 previous_ch, Uint32 ch) const | SDL::Font | inline |
| GetGlyphMetrics(Uint32 ch, int *minx, int *maxx, int *miny, int *maxy, int *advance) const | SDL::Font | inline |
| GetGlyphScript(Uint32 ch) | SDL::Font | inlinestatic |
| GetHeight() const | SDL::Font | inline |
| GetHinting() const | SDL::Font | inline |
| GetKerning() const | SDL::Font | inline |
| GetLineSkip() const | SDL::Font | inline |
| GetNumFaces() const | SDL::Font | inline |
| GetOutline() const | SDL::Font | inline |
| GetProperties() | SDL::Font | inline |
| GetScript() const | SDL::Font | inline |
| GetSDF() const | SDL::Font | inline |
| GetSize() const | SDL::Font | inline |
| GetStringSize(std::string_view text) const | SDL::Font | inline |
| GetStringSize(std::string_view text, int *w, int *h) const | SDL::Font | inline |
| GetStringSizeWrapped(std::string_view text, int wrap_width) const | SDL::Font | inline |
| GetStringSizeWrapped(std::string_view text, int wrap_width, int *w, int *h) const | SDL::Font | inline |
| GetStyle() const | SDL::Font | inline |
| GetStyleName() const | SDL::Font | inline |
| GetWeight() const | SDL::Font | inline |
| GetWrapAlignment() const | SDL::Font | inline |
| HasGlyph(Uint32 ch) const | SDL::Font | inline |
| IsFixedWidth() const | SDL::Font | inline |
| IsScalable() const | SDL::Font | inline |
| MeasureString(std::string_view text, int max_width, int *measured_width, size_t *measured_length) const | SDL::Font | inline |
| operator bool() const | SDL::Font | inlineexplicit |
| operator FontParam() const | SDL::Font | inline |
| operator<=>(const Font &other) const =default | SDL::Font | |
| operator=(Font other) | SDL::Font | inline |
| operator==(std::nullptr_t _) const | SDL::Font | inline |
| release() | SDL::Font | inline |
| RemoveFallback(FontParam fallback) | SDL::Font | inline |
| RenderGlyph_Blended(Uint32 ch, ColorRaw fg) const | SDL::Font | inline |
| RenderGlyph_LCD(Uint32 ch, ColorRaw fg, ColorRaw bg) const | SDL::Font | inline |
| RenderGlyph_Shaded(Uint32 ch, ColorRaw fg, ColorRaw bg) const | SDL::Font | inline |
| RenderGlyph_Solid(Uint32 ch, ColorRaw fg) const | SDL::Font | inline |
| RenderText_Blended(std::string_view text, Color fg) const | SDL::Font | inline |
| RenderText_Blended_Wrapped(std::string_view text, Color fg, int wrap_width) const | SDL::Font | inline |
| RenderText_LCD(std::string_view text, Color fg, Color bg) const | SDL::Font | inline |
| RenderText_LCD_Wrapped(std::string_view text, Color fg, Color bg, int wrap_width) const | SDL::Font | inline |
| RenderText_Shaded(std::string_view text, Color fg, Color bg) const | SDL::Font | inline |
| RenderText_Shaded_Wrapped(std::string_view text, Color fg, Color bg, int wrap_width) const | SDL::Font | inline |
| RenderText_Solid(std::string_view text, Color fg) const | SDL::Font | inline |
| RenderText_Solid_Wrapped(std::string_view text, Color fg, int wrapLength) const | SDL::Font | inline |
| SetDirection(Direction direction) | SDL::Font | inline |
| SetHinting(HintingFlags hinting) | SDL::Font | inline |
| SetKerning(bool enabled) | SDL::Font | inline |
| SetLanguage(StringParam language_bcp47) | SDL::Font | inline |
| SetLineSkip(int lineskip) | SDL::Font | inline |
| SetOutline(int outline) | SDL::Font | inline |
| SetScript(Uint32 script) | SDL::Font | inline |
| SetSDF(bool enabled) | SDL::Font | inline |
| SetSize(float ptsize) | SDL::Font | inline |
| SetSizeDPI(float ptsize, int hdpi, int vdpi) | SDL::Font | inline |
| SetStyle(FontStyleFlags style) | SDL::Font | inline |
| SetWrapAlignment(HorizontalAlignment align) | SDL::Font | inline |
| ~Font() | SDL::Font | inline |
| ~FontRef() | SDL::FontRef | inline |