IFontManagerImpl Interface
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[UnstableAttribute]
public interface IFontManagerImpl
<UnstableAttribute>
Public Interface IFontManagerImpl
[<UnstableAttribute>]
type IFontManagerImpl = interface end
| GetDefaultFontFamilyName |
Gets the system's default font family's name.
|
| GetInstalledFontFamilyNames(Boolean) |
Get all installed fonts in the system.
If true the font collection is updated. |
| TryCreateGlyphTypeface(Stream, FontSimulations, IGlyphTypeface) |
Tries to create a glyph typeface from specified stream.
|
| TryCreateGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface) |
Tries to get a glyph typeface for specified parameters.
|
| TryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, CultureInfo, Typeface) |
Tries to match a specified character to a typeface that supports specified font properties.
|