EmbeddedFontCollectionTryGetGlyphTypeface Method

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool TryGetGlyphTypeface(
	string familyName,
	FontStyle style,
	FontWeight weight,
	FontStretch stretch,
	out IGlyphTypeface?? glyphTypeface
)

Parameters

familyName  String
 
style  FontStyle
 
weight  FontWeight
 
stretch  FontStretch
 
glyphTypeface  IGlyphTypeface
 

Return Value

Boolean

Implements

IFontCollectionTryGetGlyphTypeface(String, FontStyle, FontWeight, FontStretch, IGlyphTypeface)

See Also