Files
rust-sdl2/sdl2/ttf/sidebar-items.js
2020-07-14 14:12:44 +00:00

1 line
985 B
JavaScript

initSidebarItems({"enum":[["FontError","A font-related error."],["Hinting","Information about the hinting of a font. See wikipedia"],["InitError","An error for when `sdl2_ttf` is attempted initialized twice Necessary for context management, unless we find a way to have a singleton"]],"fn":[["get_linked_version","Returns the version of the dynamically linked `SDL_TTF` library"],["has_been_initialized","Returns whether library has been initialized already."],["init","Initializes the truetype font API and returns a context manager which will clean up the library once it goes out of scope."]],"struct":[["Font","A loaded TTF font."],["FontStyle","The styling of a font."],["GlyphMetrics","Information about a specific glyph (character) in a font face."],["PartialRendering","A builder for a font rendering."],["Sdl2TtfContext","A context manager for `SDL2_TTF` to manage C code initialization and clean-up."]],"type":[["FontResult","The result of an `SDL2_TTF` font operation."]]});