AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
AFont Member List

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)AFontinline
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)AFontinline
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)AFontinline
trimStringToWidth(const FontEntry &charset, AString::iterator begin, AString::iterator end, float maxWidth) (defined in AFont)AFontinline