|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
This is the complete list of members for utility::graphic::Font, including all inherited members.
| _faceBuffers | utility::graphic::Font | protected |
| _faces | utility::graphic::Font | protected |
| _ftLibrary | utility::graphic::Font | protected |
| _getFaceNameForGlyph(uint32_t codePoint) const | utility::graphic::Font | protected |
| _sizes | utility::graphic::Font | protected |
| Font(const std::vector< File > &fontAssets) | utility::graphic::Font | |
| getAscender(uint32_t fontSize) const | utility::graphic::Font | |
| getDescender(uint32_t fontSize) const | utility::graphic::Font | |
| getFontPaths(void) const | utility::graphic::Font | |
| getLineHeight(uint32_t fontSize) const | utility::graphic::Font | |
| hasGlyph(char32_t codepoint) const | utility::graphic::Font | |
| isLoaded(void) const | utility::graphic::Font | |
| measureText(uint32_t fontSize, const codePointString &codePoints) const | utility::graphic::Font | |
| onNewTextureCreated | utility::graphic::Font | |
| processCodePoints(uint32_t fontSize, const codePointString &codePoints) | utility::graphic::Font | |
| ~Font() | utility::graphic::Font |