[Serializable]
public class FontData : ISerializationCallbackReceiver
Properties alignByGeometry
Use the extents of glyph geometry to perform horizontal alignment rather than glyph metrics.
Declarationpublic bool alignByGeometry { get; set; }
Property Value alignment
How is the text aligned for this generated Text object.
Declarationpublic TextAnchor alignment { get; set; }
Property Value bestFit
Is best fit used for this generated Text object.
Declarationpublic bool bestFit { get; set; }
Property Value defaultFontData
Get a font data with sensible defaults.
Declarationpublic static FontData defaultFontData { get; }
Property Value font
The Font to use for this generated Text object.
Declarationpublic Font font { get; set; }
Property Value fontSize
The Font size to use for this generated Text object.
Declarationpublic int fontSize { get; set; }
Property Value fontStyle
The font style to use for this generated Text object.
Declarationpublic FontStyle fontStyle { get; set; }
Property Value horizontalOverflow
The horizontal overflow policy for this generated Text object.
Declarationpublic HorizontalWrapMode horizontalOverflow { get; set; }
Property Value lineSpacing
The line spaceing for this generated Text object.
Declarationpublic float lineSpacing { get; set; }
Property Value maxSize
The max size for this generated Text object.
Declarationpublic int maxSize { get; set; }
Property Value minSize
The min size for this generated Text object.
Declarationpublic int minSize { get; set; }
Property Value richText
Should rich text be used for this generated Text object.
Declarationpublic bool richText { get; set; }
Property Value verticalOverflow
The vertical overflow policy for this generated Text object.
Declarationpublic VerticalWrapMode verticalOverflow { get; set; }
Property Value Implements
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4