'Declaration Protected Overrides Sub GetProperties( _
ByRef fontCharacteristicsХарактеристики шрифта.As Vintasoft.Imaging.Fonts.FontCharacteristics, _
ByRef fontWeightВес шрифта.As Vintasoft.Imaging.Fonts.FontWeight, _
ByRef fontStretchШрифт растягивается.As Vintasoft.Imaging.Fonts.FontStretch, _
ByRef fontFallbackTypeЗапасной тип шрифта.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
- Характеристики шрифта.
- fontWeight
- Вес шрифта.
- fontStretch
- Шрифт растягивается.
- fontFallbackType
- Запасной тип шрифта.