Skip to main content

TryGetGlyphTypeface Method

Definition

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

public override bool TryGetGlyphTypeface(
string familyName,
FontStyle style,
FontWeight weight,
FontStretch stretch,
out IGlyphTypeface?? glyphTypeface
)

Parameters

  String
 
  FontStyle
 
  FontWeight
 
  FontStretch
 
  IGlyphTypeface
 

Return Value

Boolean

Implements

IFontCollection.TryGetGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface)

See Also

Reference

EmbeddedFontCollection Class
Avalonia.Media.Fonts Namespace