| 
    libdonut 2.3.6
    
   Application framework for cross-platform game development in C++20 
   | 
 
This is the complete list of members for donut::graphics::Font, including all inherited members.
| containsGlyphsMarkedForRendering() const noexcept | donut::graphics::Font | |
| findGlyph(u32 characterSize, char32_t codePoint) const noexcept | donut::graphics::Font | |
| Font(const Filesystem &filesystem, const char *filepath, const FontOptions &options={}) | donut::graphics::Font | |
| Font(const Font &)=delete | donut::graphics::Font | |
| Font(Font &&other) noexcept=default | donut::graphics::Font | |
| getAtlasTexture() const noexcept | donut::graphics::Font | inline | 
| getGlyphMetrics(u32 characterSize, char32_t codePoint) const noexcept | donut::graphics::Font | |
| getKerning(u32 characterSize, char32_t left, char32_t right) const noexcept | donut::graphics::Font | |
| getLineMetrics(u32 characterSize) const noexcept | donut::graphics::Font | |
| markGlyphForRendering(u32 characterSize, char32_t codePoint) | donut::graphics::Font | |
| operator=(const Font &other)=delete | donut::graphics::Font | |
| operator=(Font &&other) noexcept=default | donut::graphics::Font | |
| renderGlyph(Renderer &renderer, u32 characterSize, char32_t codePoint) | donut::graphics::Font | |
| renderMarkedGlyphs(Renderer &renderer) | donut::graphics::Font | |
| ~Font()=default | donut::graphics::Font |