OptionalalignThis can be TextAlign.left, TextAlign.center or TextAlign.right.
OptionalendThe ending index (exclusive) into the text to layout.
OptionalflipWhether the texture will be Y-flipped.
OptionalfontThe BMFont definition which holds chars, kernings, etc.
OptionalletterThe letter spacing in pixels.
OptionallineThe line height in pixels.
OptionalmodeA mode for word-wrapper; can be WordWrapMode.Pre (maintain spacing), or WordWrapMode.NoWrap (collapse whitespace but only break on newline characters), otherwise assumes normal word-wrap behaviour (collapse whitespace, break at width or newlines).
OptionalmultipageWhether to construct this geometry with an extra buffer containing page IDs. This is necessary for multi-texture fonts.
OptionalstartThe starting index into the text to layout.
OptionaltabThe number of spaces to use in a single tab .
OptionalwidthThe desired width of the text box, causes word-wrapping and clipping in WordWrapMode mode. Leave as undefined to remove word-wrapping (default behaviour).
The interface to define options for
TextGeometry.TextGeometryOption