VintaSoft Imaging .NET SDK 14.0: 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 _
    )
    protected: virtual void GetProperties(
    [PARAMFLAG::Out] FontCharacteristics fontCharacteristics,
    [PARAMFLAG::Out] FontWeight fontWeight,
    [PARAMFLAG::Out] FontStretch fontStretch,
    [PARAMFLAG::Out] FontFallbackType fontFallbackType
    )

    Parameters

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

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

    See Also