SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::FontRef Member List

This is the complete list of members for SDL::FontRef, including all inherited members.

AddFallback(FontRef fallback)SDL::FontRefinline
ClearFallbacks()SDL::FontRefinline
Copy() constSDL::FontRefinline
get() constSDL::Resource< TTF_Font * >inline
GetAscent() constSDL::FontRefinline
GetDescent() constSDL::FontRefinline
GetDirection() constSDL::FontRefinline
GetDPI(int *hdpi, int *vdpi) constSDL::FontRefinline
GetFamilyName() constSDL::FontRefinline
GetGeneration() constSDL::FontRefinline
GetGlyphImage(Uint32 ch, ImageType *image_type=nullptr) constSDL::FontRefinline
GetGlyphImageForIndex(Uint32 glyph_index, ImageType *image_type=nullptr) constSDL::FontRefinline
GetGlyphKerning(Uint32 previous_ch, Uint32 ch) constSDL::FontRefinline
GetGlyphMetrics(Uint32 ch, int *minx, int *maxx, int *miny, int *maxy, int *advance) constSDL::FontRefinline
GetGlyphScript(Uint32 ch)SDL::FontRefinlinestatic
GetHeight() constSDL::FontRefinline
GetHinting() constSDL::FontRefinline
GetKerning() constSDL::FontRefinline
GetLineSkip() constSDL::FontRefinline
GetNumFaces() constSDL::FontRefinline
GetOutline() constSDL::FontRefinline
GetProperties()SDL::FontRefinline
GetScript() constSDL::FontRefinline
GetSDF() constSDL::FontRefinline
GetSize() constSDL::FontRefinline
GetStringSize(std::string_view text) constSDL::FontRefinline
GetStringSize(std::string_view text, int *w, int *h) constSDL::FontRefinline
GetStringSizeWrapped(std::string_view text, int wrap_width) constSDL::FontRefinline
GetStringSizeWrapped(std::string_view text, int wrap_width, int *w, int *h) constSDL::FontRefinline
GetStyle() constSDL::FontRefinline
GetStyleName() constSDL::FontRefinline
GetWeight() constSDL::FontRefinline
GetWrapAlignment() constSDL::FontRefinline
HasGlyph(Uint32 ch) constSDL::FontRefinline
IsFixedWidth() constSDL::FontRefinline
IsScalable() constSDL::FontRefinline
MeasureString(std::string_view text, int max_width, int *measured_width, size_t *measured_length) constSDL::FontRefinline
operator bool() constSDL::Resource< TTF_Font * >inlineexplicit
operator value_type() constSDL::Resource< TTF_Font * >inline
operator->() constSDL::Resource< TTF_Font * >inline
operator->()SDL::Resource< TTF_Font * >inline
operator==(const Resource &other) const=defaultSDL::Resource< TTF_Font * >
operator==(std::nullopt_t) constSDL::Resource< TTF_Font * >inline
operator==(std::nullptr_t) constSDL::Resource< TTF_Font * >inline
RemoveFallback(FontRef fallback)SDL::FontRefinline
RenderGlyph_Blended(Uint32 ch, Color fg) constSDL::FontRefinline
RenderGlyph_LCD(Uint32 ch, Color fg, Color bg) constSDL::FontRefinline
RenderGlyph_Shaded(Uint32 ch, Color fg, Color bg) constSDL::FontRefinline
RenderGlyph_Solid(Uint32 ch, Color fg) constSDL::FontRefinline
RenderText_Blended(std::string_view text, Color fg) constSDL::FontRefinline
RenderText_Blended_Wrapped(std::string_view text, Color fg, int wrap_width) constSDL::FontRefinline
RenderText_LCD(std::string_view text, Color fg, Color bg) constSDL::FontRefinline
RenderText_LCD_Wrapped(std::string_view text, Color fg, Color bg, int wrap_width) constSDL::FontRefinline
RenderText_Shaded(std::string_view text, Color fg, Color bg) constSDL::FontRefinline
RenderText_Shaded_Wrapped(std::string_view text, Color fg, Color bg, int wrap_width) constSDL::FontRefinline
RenderText_Solid(std::string_view text, Color fg) constSDL::FontRefinline
RenderText_Solid_Wrapped(std::string_view text, Color fg, int wrapLength) constSDL::FontRefinline
reset(TTF_Font *resource)SDL::FontRefinlinestatic
Resource(T resource={})SDL::FontRefinline
Resource(const ResourceHandle< Resource< T > > auto &resource)SDL::FontRefinline
Resource(std::nullptr_t)SDL::FontRefinline
Resource(std::nullopt_t)SDL::FontRefinline
Resource< TTF_Font * >::Resource(TTF_Font * resource={})SDL::Resource< TTF_Font * >inline
Resource< TTF_Font * >::Resource(const ResourceHandle< Resource< TTF_Font * > > auto &resource)SDL::Resource< TTF_Font * >inline
SetDirection(Direction direction)SDL::FontRefinline
SetHinting(HintingFlags hinting)SDL::FontRefinline
SetKerning(bool enabled)SDL::FontRefinline
SetLanguage(StringParam language_bcp47)SDL::FontRefinline
SetLineSkip(int lineskip)SDL::FontRefinline
SetOutline(int outline)SDL::FontRefinline
SetScript(Uint32 script)SDL::FontRefinline
SetSDF(bool enabled)SDL::FontRefinline
SetSize(float ptsize)SDL::FontRefinline
SetSizeDPI(float ptsize, int hdpi, int vdpi)SDL::FontRefinline
SetStyle(FontStyleFlags style)SDL::FontRefinline
SetWrapAlignment(HorizontalAlignment align)SDL::FontRefinline
value_type typedefSDL::Resource< TTF_Font * >