Library | Module

Interface IpfcTextStyle



Description

This class specifies the text attributes.



Property Summary

PropertyAngleas Double
The angle of rotation of the whole text, in counterclockwise degrees.
PropertyFontNameas String
The font name.
PropertyHeightas Double
The text height, in screen coordinates.
PropertyIsMirroredas Boolean [optional]
If this is true, the text is mirrored. Otherwise, the text is not mirrored.
PropertyIsUnderlinedas Boolean [optional]
If this is true, the text is underlined. Otherwise, the text is not underlined.
PropertySlantAngleas Double
The slant angle of the text, in clockwise degrees.
PropertyThicknessas Double
The text thickness.
PropertyWidthFactoras Double
The ratio of the width of each character (including the gap) as a proportion of the height.



Method Summary

FunctionCCpfcTextStyle.Create () as IpfcTextStyle
Creates a new text style object.



Property Detail


PropertyAngleas Double

The angle of rotation of the whole text, in counterclockwise degrees.




PropertyFontNameas String

The font name.




PropertyHeightas Double

The text height, in screen coordinates.




PropertyIsMirroredas Boolean [optional]

If this is true, the text is mirrored. Otherwise, the text is not mirrored.




PropertyIsUnderlinedas Boolean [optional]

If this is true, the text is underlined. Otherwise, the text is not underlined.




PropertySlantAngleas Double

The slant angle of the text, in clockwise degrees.




PropertyThicknessas Double

The text thickness.




PropertyWidthFactoras Double

The ratio of the width of each character (including the gap) as a proportion of the height.





Method Detail


FunctionCCpfcTextStyle.Create () as IpfcTextStyle

Creates a new text style object.
Returns:
A pointer to the new object