Skip to main content

TryGetGlyphTypeface Method

Tries to get a glyph typeface for specified typeface.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool TryGetGlyphTypeface(
Typeface typeface,
out IGlyphTypeface?? glyphTypeface
)

Parameters

  Typeface
The typeface.
  IGlyphTypeface
The created glyphTypeface

Return Value

Boolean
True, if the FontManager could create the glyph typeface, False otherwise.

See Also

Reference

FontManager Class
Avalonia.Media Namespace