FontCollectionBaseTryMatchCharacter Method
Namespace: Avalonia.Media.FontsAssembly: 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
)
Public Function TryMatchCharacter (
codepoint As Integer,
style As FontStyle,
weight As FontWeight,
stretch As FontStretch,
familyName As String,
culture As CultureInfo,
<OutAttribute> ByRef match As Typeface
) As Boolean
abstract TryMatchCharacter :
codepoint : int *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
familyName : string *
culture : CultureInfo *
match : Typeface byref -> bool
override TryMatchCharacter :
codepoint : int *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
familyName : string *
culture : CultureInfo *
match : Typeface byref -> bool
- codepoint Int32
-
- style FontStyle
-
- weight FontWeight
-
- stretch FontStretch
-
- familyName String
-
- culture CultureInfo
-
- match Typeface
-
BooleanIFontCollectionTryMatchCharacter(Int32, FontStyle, FontWeight, FontStretch, String, CultureInfo, Typeface)