libdonut  2.3.2
Application framework for cross-platform game development in C++20
donut::graphics::Font Member List

This is the complete list of members for donut::graphics::Font, including all inherited members.

containsGlyphsMarkedForRendering() const noexceptdonut::graphics::Font
findGlyph(u32 characterSize, char32_t codePoint) const noexceptdonut::graphics::Font
Font(const Filesystem &filesystem, const char *filepath, const FontOptions &options={})donut::graphics::Font
Font(const Font &)=deletedonut::graphics::Font
Font(Font &&other) noexcept=defaultdonut::graphics::Font
getAtlasTexture() const noexceptdonut::graphics::Fontinline
getGlyphMetrics(u32 characterSize, char32_t codePoint) const noexceptdonut::graphics::Font
getKerning(u32 characterSize, char32_t left, char32_t right) const noexceptdonut::graphics::Font
getLineMetrics(u32 characterSize) const noexceptdonut::graphics::Font
markGlyphForRendering(u32 characterSize, char32_t codePoint)donut::graphics::Font
operator=(const Font &other)=deletedonut::graphics::Font
operator=(Font &&other) noexcept=defaultdonut::graphics::Font
renderGlyph(Renderer &renderer, u32 characterSize, char32_t codePoint)donut::graphics::Font
renderMarkedGlyphs(Renderer &renderer)donut::graphics::Font
~Font()=defaultdonut::graphics::Font