- Namespace
- Avalonia
.Platform
graph BT
Type["IFontManagerImpl"]
class Type type-node
Syntax
public interface IFontManagerImpl
Methods
Name | Value | Summary |
---|---|---|
CreateGlyphTypeface |
IGlyphTypefaceImpl |
Creates a glyph typeface.
|
Get |
string |
Gets the system's default font family's name.
|
Get |
IEnumerable |
Get all installed fonts in the system.
If
|
TryMatchCharacter |
bool |
Tries to match a specified character to a typeface that supports specified font properties.
|