D class that wraps TTF_Font enclosing a font object to render text from
D enum that wraps TTF_Direction (from SDL_ttf 2.20)
D enum that wraps TTF_HINTING_* enumerations
D enum that defines the render quality of font texts
D enum that wraps TTF_WRAPPED_ALIGN_* enumerations (from SDL_ttf 2.20)
Wraps TTF_GetFreeTypeVersion (from SDL_ttf 2.0.18) which gets the version of the FreeType library used by the linked SDL2_ttf
Wraps TTF_GetHarfBuzzVersion (from SDL_ttf 2.0.18) which gets the version of the HarfBuzz library used by the linked SDL2_ttf
Wraps TTF_Linked_version which gets the version of the linked SDL2_ttf library
Wraps TTF_Init which initializes SDL2_ttf
Loads the SDL2_ttf shared dynamic library, which wraps bindbc-sdl's loadSDLTTF function
Wraps TTF_Quit which deinitializes SDL2_ttf
Wraps TTF_WasInit which checks whether SDL2_ttf has been initialized
D struct that wraps a glyph's metrics information