Summary
Creates a glyph typeface.
- Namespace
- Avalonia
.Platform - Containing Type
- IFontManagerImpl
Syntax
IGlyphTypefaceImpl CreateGlyphTypeface(Typeface typeface)
Parameters
Name | Type | Description |
---|---|---|
typeface | Typeface | The typeface. |
Return Value
Type | Description |
---|---|
IGlyphTypefaceImpl | 0
The created glyph typeface. Can be Null if it was not possible to create a glyph typeface.
|