Font.this
- this(TTF_Font* ttfFont, bool isOwner, void* userRef)
- this(string file, uint size)
- this(string file, uint size, size_t index)
- this(void[] data, uint size)
- this(void[] data, uint size, size_t index)
- this(string file, uint size, uint hdpi, uint vdpi)
- this(string file, uint size, size_t index, uint hdpi, uint vdpi)
- this(void[] data, uint size, uint hdpi, uint vdpi)
- this(void[] data, uint size, size_t index, uint hdpi, uint vdpi)
dsdl2 ttf Font
constructorsdestructorsfunctionsvariables
Constructs a dsdl2.ttf.Font from a vanilla TTF_Font* from bindbc-sdl