Skip to main content

TryMatchCharacter Method

Definition

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

public bool TryMatchCharacter(
int codepoint,
FontStyle style,
FontWeight weight,
FontStretch stretch,
string? familyName,
CultureInfo? culture,
out Typeface? match
)

Parameters

  Int32
 
  FontStyle
 
  FontWeight
 
  FontStretch
 
  String
 
  CultureInfo
 
  Typeface
 

Return Value

Boolean

Implements

IFontCollection.TryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, String, CultureInfo, Typeface)

See Also

Reference

FontCollectionBase Class
Avalonia.Media.Fonts Namespace