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
Loads a dsdl2.ttf.Font from a buffer with a face index, which wraps TTF_OpenFontIndexRW