TryGetGlyphTypeface Method
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override bool TryGetGlyphTypeface(
string familyName,
FontStyle style,
FontWeight weight,
FontStretch stretch,
out IGlyphTypeface?? glyphTypeface
)
Public Overrides 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
override TryGetGlyphTypeface :
familyName : string *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
glyphTypeface : IGlyphTypeface byref -> bool