Click or drag to resize

FontInformation Class

Provides information of a font.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementFontInformation

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class FontInformation

The FontInformation type exposes the following members.

Constructors
 NameDescription
Public methodFontInformationInitializes a new instance of the FontInformation class
Top
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
Methods
 NameDescription
Public methodCopyFrom Copies all properties from the source.
Public methodDeepCopy Creates a deep copy of this FontInformation object.
Top
See Also