VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontInfo Class / GetProperties(FontCharacteristics,FontWeight,FontStretch,FontFallbackType) Method
Syntax Requirements SeeAlso
In This Topic
GetProperties(FontCharacteristics,FontWeight,FontStretch,FontFallbackType) Method (FontInfo)
In This Topic
Returns properties of this font info.
Syntax
'Declaration

Protected Overridable Sub GetProperties( _
ByRef fontCharacteristics
The font characteristics.
As FontCharacteristics, _
ByRef fontWeight
The font weight.
As FontWeight, _
ByRef fontStretch
The font stretch.
As FontStretch, _
ByRef fontFallbackType
The font fallback type.
As FontFallbackType _
)

Parameters

fontCharacteristics
The font characteristics.
fontWeight
The font weight.
fontStretch
The font stretch.
fontFallbackType
The font fallback type.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also