MeasureTextOperation constructor.

 

   

Syntax
 

[C#]
MeasureTextOperation()
MeasureTextOperation(XTextStyle style)
MeasureTextOperation(XTextStyle style, double fontSize, double charSpacing, double wordSpacing, bool italic, bool bold, double outline)

 

   

Params
 
Name Description
style The text style.
fontSize The size of the font.
charSpacing The spacing to be applied between each character.
wordSpacing The spacing to be applied between each word.
italic Whether a synthetic italic style is to be applied.
bold Whether a synthetic bold style is to be applied.
outline The size of any outline to be applied to the font.

 

   

Notes
 
MeasureTextOperation constructor.

 

   

Example
 
None.