![]() |
Lysa
0.0
Lysa 3D Engine
|
This is the complete list of members for Font, including all inherited members.
| Font(const std::string &path) | Font | |
| Font(const Font &font) | Font | |
| Resource() = default | Resource | default |
| Resource(const unique_id id) | Resource | inline |
| UnmanagedResource() | UnmanagedResource | inline |
| UnmanagedResource(const Resource &other) | UnmanagedResource | inline |
| getAscender() const | Font | inline |
| getAtlas() const | Font | inline |
| getDescender() const | Font | inline |
| getFontParams() const | Font | inline |
| getFontSize() const | Font | inline |
| getGlyphInfo(uint32 index) const | Font | |
| getHarfBuzzFont() const | Font | inline |
| getLineHeight() const | Font | inline |
| getSize(const std::string &text, float fontScale, float &width, float &height) | Font | |
| getSize(const std::string &text, float fontScale) | Font | |
| getWidth(char c, float fontScale) | Font | |
| id | Resource | |
| operator==(const Resource &other) const | Resource | inline |
| setOutlineBias(const float bias) | Font | inline |
| setOutlineBlur(const float blur) | Font | inline |
| setOutlineColor(const float4 &color) | Font | inline |
| setOutlineThreshold(const float threshold) | Font | inline |
| setOutlineWidthAbsolute(const float width) | Font | inline |
| setOutlineWidthRelative(const float width) | Font | inline |
| ~Font() override | Font | override |
| ~Resource() = default | Resource | virtualdefault |