FontCollectionBaseTryGetGlyphTypeface Method
Namespace: Avalonia.Media.FontsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract bool TryGetGlyphTypeface(
string familyName,
FontStyle style,
FontWeight weight,
FontStretch stretch,
out IGlyphTypeface?? glyphTypeface
)
Public MustOverride Function TryGetGlyphTypeface (
familyName As String,
style As FontStyle,
weight As FontWeight,
stretch As FontStretch,
<OutAttribute> ByRef glyphTypeface As IGlyphTypeface
) As Boolean
abstract TryGetGlyphTypeface :
familyName : string *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
glyphTypeface : IGlyphTypeface byref -> bool
- familyName String
-
- style FontStyle
-
- weight FontWeight
-
- stretch FontStretch
-
- glyphTypeface IGlyphTypeface
-
BooleanIFontCollectionTryGetGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface)