Rendering Engine 0.2.9
Modular Graphics Rendering Engine | v0.2.9
rendering_engine::FontResources Member List

This is the complete list of members for rendering_engine::FontResources, including all inherited members.

bStoreFontAtlasesInFilesrendering_engine::FontResourcesprotected
CreateFontAtlasFromList(const std::vector< GlyphIndex > &glyphIndexes)rendering_engine::FontResourcesprotected
CreateFontAtlasFromRange(std::uint32_t begin, std::uint32_t end)rendering_engine::FontResourcesprotected
CreateGlyphBitmapBy(GlyphIndex glyphIndex)rendering_engine::FontResourcesprotected
CreateGlyphBitmapBy(std::uint32_t codePoint)rendering_engine::FontResourcesprotected
EnsureGlyphs(const std::vector< std::uint32_t > &codePoints)rendering_engine::FontResources
EnsureGlyphs(const std::vector< GlyphIndex > &glyphIndexes)rendering_engine::FontResources
FontResources(RenderResourceContext rrc, TextRenderer *textRenderer, std::string filepath, unsigned int const fontSize)rendering_engine::FontResources
FontResources(RenderResourceContext rrc, TextRenderer *textRenderer, std::string fontName, std::vector< uint8_t > const &fileBytes, unsigned int const fontSize)rendering_engine::FontResources
GetFontAtlasMaterialName(GlyphIndex glyphIndex) constrendering_engine::FontResources
GetFontAtlasTextureName(GlyphIndex glyphIndex) constrendering_engine::FontResources
GetFontFace()rendering_engine::FontResources
GetFontMetrics() constrendering_engine::FontResources
GetGlyphMetrics(GlyphIndex glyphIndex) constrendering_engine::FontResources
GetIndexFromCodePoint(std::uint32_t codePoint) constrendering_engine::FontResources
HasGlyph(uint32_t codePoint) constrendering_engine::FontResourcesprotected
LoadGlyphsFromCodePointRange(std::uint32_t begin, std::uint32_t end)rendering_engine::FontResources
mErrorResultrendering_engine::FontResourcesprotected
mFacerendering_engine::FontResourcesprotected
mFontAtlasesrendering_engine::FontResourcesprotected
mFontFileBytesrendering_engine::FontResourcesprotected
mFontMetricsrendering_engine::FontResourcesprotected
mFontNamerendering_engine::FontResourcesprotected
mFontSizerendering_engine::FontResourcesprotected
mGlyphsByIndexrendering_engine::FontResourcesprotected
mRenderResourceContextrendering_engine::FontResourcesprotected
mTextRendererrendering_engine::FontResourcesprotected
sFontAtlasPaddingPxrendering_engine::FontResourcesprotectedstatic
sMaxGlyphsPerFontAtlasrendering_engine::FontResourcesprotectedstatic
StoreFontAtlasesInFiles(bool in)rendering_engine::FontResources
~FontResources()rendering_engine::FontResources