Click or drag to resize
Ab4d.SharpEngine logo

VectorFontFactory Properties

The VectorFontFactory type exposes the following members.

Properties
 NameDescription
Public propertyBezierCurveSegmentsCount Gets or sets a number that specifies into how many segments (individual straight lines) each bezier curve from the character glyph is converted. Smaller values produce smaller meshes or less outline positions (are faster to render), bigger values produce more accurate fonts but are slower to render. This value can be changed before any call that generates the mesh or outline positions. Default value is 8.
Public propertyCharSpacing Gets or sets amount of additional space between characters. The value is specified in EM units (1 is glyph height). Default value is 0 that does not add any additional space. This value can be negative to create more condensed text or positive to increase the gaps between characters. Changing this value will change only the newly generated text and not the already generated text.
Public propertyFontName Gets the font name that is used by this VectorFontFactory.
Public propertyFontStretch Gets or sets the amount of horizontal font stretch. The default value 1 (100%) does not stretch the font. Changing this value will change only the newly generated text and not the already generated text.
Public propertyLineHeight Gets or sets the line height that is used by this VectorFontFactory. The value is specified in EM units (1 is glyph height). Changing this value will change only the newly generated text and not the already generated text. Default value is 1.0f.
Public propertySpaceSize Gets or sets the width of the space character that is used by this VectorFontFactory. The value is specified in EM units (1 is glyph size). Changing this value will change only the newly generated text and not the already generated text. Default value is 0.333f.
Public propertyTabSize Gets or sets the tab size (how many spaces are used to represent one tab) that is used by this VectorFontFactory. Changing this value will change only the newly generated text and not the already generated text. Default value is 4.
Top
See Also