![]() |
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 | |
| Object() = default | Object | default |
| Resource(const std::string &name) | Resource | |
| connect(const Signal::signal &name, const Signal::Handler &handler) | Object | |
| connect(const Signal::signal &name, const std::function< void ()> &handler) | Object | |
| duplicate() const | Resource | virtual |
| emit(const Signal::signal &name, void *params=nullptr) | Object | |
| 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 |
| getId() const | Resource | inline |
| getLineHeight() const | Font | inline |
| getName() const | Resource | inline |
| getSize(const std::string &text, float fontScale, float &width, float &height) | Font | |
| operator<(const Resource &other) const | Resource | inline |
| operator==(const Resource &other) const | Resource | inline |
| 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 |
| toString() const | Object | inlinevirtual |
| ~Font() override | Font | override |
| ~Object() = default | Object | virtualdefault |