'Declaration Protected Overrides Sub GetProperties( _
ByRef fontCharacteristicsThe font characteristics.As Vintasoft.Imaging.Fonts.FontCharacteristics, _
ByRef fontWeightThe font weight.As Vintasoft.Imaging.Fonts.FontWeight, _
ByRef fontStretchThe font stretch.As Vintasoft.Imaging.Fonts.FontStretch, _
ByRef fontFallbackTypeThe font fallback type.As Vintasoft.Imaging.Fonts.FontFallbackType _
)
protected override void GetProperties(
out Vintasoft.Imaging.Fonts.FontCharacteristics fontCharacteristics,
out Vintasoft.Imaging.Fonts.FontWeight fontWeight,
out Vintasoft.Imaging.Fonts.FontStretch fontStretch,
out Vintasoft.Imaging.Fonts.FontFallbackType fontFallbackType
)
protected: void GetProperties(
[PARAMFLAG::Out] Vintasoft.Imaging.Fonts.FontCharacteristics fontCharacteristics,
[PARAMFLAG::Out] Vintasoft.Imaging.Fonts.FontWeight fontWeight,
[PARAMFLAG::Out] Vintasoft.Imaging.Fonts.FontStretch fontStretch,
[PARAMFLAG::Out] Vintasoft.Imaging.Fonts.FontFallbackType fontFallbackType
); override
protected:
void GetProperties(
[Out] Vintasoft.Imaging.Fonts.FontCharacteristics fontCharacteristics,
[Out] Vintasoft.Imaging.Fonts.FontWeight fontWeight,
[Out] Vintasoft.Imaging.Fonts.FontStretch fontStretch,
[Out] Vintasoft.Imaging.Fonts.FontFallbackType fontFallbackType
); override
Parameters
- fontCharacteristics
- The font characteristics.
- fontWeight
- The font weight.
- fontStretch
- The font stretch.
- fontFallbackType
- The font fallback type.