TryCreateSyntheticGlyphTypeface Method
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual bool TryCreateSyntheticGlyphTypeface(
IGlyphTypeface glyphTypeface,
FontStyle style,
FontWeight weight,
FontStretch stretch,
out IGlyphTypeface?? syntheticGlyphTypeface
)
Public Overridable Function TryCreateSyntheticGlyphTypeface (
glyphTypeface As IGlyphTypeface,
style As FontStyle,
weight As FontWeight,
stretch As FontStretch,
<OutAttribute> ByRef syntheticGlyphTypeface As IGlyphTypeface
) As Boolean
abstract TryCreateSyntheticGlyphTypeface :
glyphTypeface : IGlyphTypeface *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
syntheticGlyphTypeface : IGlyphTypeface byref -> bool
override TryCreateSyntheticGlyphTypeface :
glyphTypeface : IGlyphTypeface *
style : FontStyle *
weight : FontWeight *
stretch : FontStretch *
syntheticGlyphTypeface : IGlyphTypeface byref -> bool