Click or drag to resize

FontInformation Properties

The FontInformation type exposes the following members.

Properties
 NameDescription
Public propertyAlignment The horizontal font alignment.
Public propertyAttachmentPoint Sets and retrieves the position relative to which a text block is placed. The group code 71 in a DXF file (values between 1 and 9) corresponds to these positions: 1: Top left, 2: Top center, 3: Top right 4: Middle left, 5: Middle center, 6: Middle right 7: Bottom left, 8: Bottom center, 9: Bottom right TopLeft means the attachment point is in the upper left corner of the text block.
Public propertyCharacterSpacing Multiplier for spacing between adjacent characters.
Public propertyDecorations The set of text decorations.
Public propertyFamilyName The font family name.
Public propertyFixedAngle If not null, forces the text to the provided angle, when using radial text (Concave or Convex).
Public propertyFontHeight The font size in µm, defined by the height of W.
Public propertyOrientation Defines the orientation of the text as horizontal, vertical or circular.
Public propertyProcessingDirection Holds the direction of processing.
Public propertyRadius Radius of the text if Orientation is circular (convex or concave).
Public propertySeparateCharacters Separates characters by disabling ligatures (joined charters for example fi) and kerning.
Public propertyStyle The font style, such as normal, italic or oblique.
Public propertyType The type of the font.
Public propertyWeight The font weight.
Public propertyXScale Holds the scale factor which may be applied to a font.
Top
See Also