AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
This is the complete list of members for AFont, including all inherited members.
AFont(AFontManager *fm, const AString &path) (defined in AFont) | AFont | |
AFont(AFontManager *fm, const AUrl &url) (defined in AFont) | AFont | |
AFont(const AFont &)=delete (defined in AFont) | AFont | |
FontEntry typedef (defined in AFont) | AFont | |
getAscenderHeight(unsigned size) const (defined in AFont) | AFont | |
getCharacter(const FontEntry &charset, long glyph) (defined in AFont) | AFont | |
getDescenderHeight(unsigned size) const (defined in AFont) | AFont | |
getFontEntry(const FontKey &key) (defined in AFont) | AFont | inline |
getFontFamilyName() const (defined in AFont) | AFont | |
getFontWeight() const (defined in AFont) | AFont | |
getKerning(wchar_t left, wchar_t right) (defined in AFont) | AFont | |
getSpaceWidth(unsigned size) (defined in AFont) | AFont | inline |
isHasKerning() (defined in AFont) | AFont | |
isItalic() const (defined in AFont) | AFont | |
length(const FontEntry &charset, const AString &text) (defined in AFont) | AFont | |
length(const FontEntry &charset, Iterator begin, Iterator end) (defined in AFont) | AFont | inline |
trimStringToWidth(const FontEntry &charset, AString::iterator begin, AString::iterator end, float maxWidth) (defined in AFont) | AFont | inline |