retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Sdl2Font
retrograde
graphics
twodee
sdl2
text
Undocumented in source.
version(Have_derelict_sdl2)
class
Sdl2Font :
Font
{
TTF_Font
*
ttfFont
();
this
(TTF_Font* ttfFont, string fontName, uint pointSize, ulong index);
}
Constructors
this
this
(TTF_Font* ttfFont, string fontName, uint pointSize, ulong index)
Undocumented in source.
Members
Functions
ttfFont
TTF_Font
*
ttfFont
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Font
fontName
string
fontName
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pointSize
uint
pointSize
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
ulong
index
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
retrograde
graphics
twodee
sdl2
text
classes
FontLoadException
Sdl2Font
Sdl2FontComponentFactory
Sdl2TextProcessor