FontCollectionBaseTryMatchCharacter Method

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool TryMatchCharacter(
	int codepoint,
	FontStyle style,
	FontWeight weight,
	FontStretch stretch,
	string? familyName,
	CultureInfo? culture,
	out Typeface? match
)

Parameters

codepoint  Int32
 
style  FontStyle
 
weight  FontWeight
 
stretch  FontStretch
 
familyName  String
 
culture  CultureInfo
 
match  Typeface
 

Return Value

Boolean

Implements

IFontCollectionTryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, String, CultureInfo, Typeface)

See Also