TryMatchCharacter Method
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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