IFontManagerImplTryCreateGlyphTypeface(Stream, FontSimulations, IGlyphTypeface) Method
Tries to create a glyph typeface from specified stream.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryCreateGlyphTypeface(
Stream stream,
FontSimulations fontSimulations,
out IGlyphTypeface?? glyphTypeface
)
Function TryCreateGlyphTypeface (
stream As Stream,
fontSimulations As FontSimulations,
<OutAttribute> ByRef glyphTypeface As IGlyphTypeface
) As Boolean
abstract TryCreateGlyphTypeface :
stream : Stream *
fontSimulations : FontSimulations *
glyphTypeface : IGlyphTypeface byref -> bool
- stream Stream
- A stream that holds the font's data.
- fontSimulations FontSimulations
- Specifies algorithmic style simulations.
- glyphTypeface IGlyphTypeface
- The created glyphTypeface
BooleanTrue, if the
IFontManagerImpl could create the glyph typeface,
False otherwise.