VisualizationFoundation Structure CAT2DGeomTextAttributeSet

CAT2DGeomTextAttributeSet
public struct CAT2DGeomTextAttributeSet

Attribute set for 2D geometric text.

Data Members


o _Point
  public float _Point[2]
Parameters:
_Point[2]
Hanging point.
o _Height
  public float _Height
Parameters:
_Height
Height of the text.
o _HorJustification
  public short int _HorJustification
Parameters:
_HorJustification
Horizontal justification.
Legal values:
  • 0 align left
  • 1 center
  • 2 align right
  • o _VerJustification
      public short int _VerJustification
    Parameters:
    _VerJustification
    Vertical justification.
    Legal values:
  • 0 top
  • 1 cap
  • 2 half
  • 3 base
  • 4 bottom
  • o _Pitch
      public short int _Pitch
    Parameters:
    _Pitch
    Font pitch.
    Legal values:
  • 0 fixed pitch
  • 1 variable pitch
  • o _Path
      public short int _Path
    Parameters:
    _Path
    Text path: direction of writing.
    Legal values:
  • 0 normal (commonly left to right)
  • 1 top to bottom
  • 2 inverse (commonly right to left)
  • 3 bottom to top
  • o _OrientationAngle
      public float _OrientationAngle
    Parameters:
    _OrientationAngle
    Text orientation (in degrees).
    o _SlantAngle
      public float _SlantAngle
    Parameters:
    _SlantAngle
    Slant angle (in degrees).
    o _UpAngle
      public float _UpAngle
    o _Matrix
      public float _Matrix[4]
    Parameters:
    _Matrix[4]
    Transformation matrix.
    o _KerningEnable
      public int _KerningEnable
    Parameters:
    _KerningEnable
    Enable / disable kerning value application to OpenType font.
    Legal values:
  • 0 kerning table is not applied to text
  • 1 kerning table is applied to text/li>
  • o _TextVersion
      public unsigned int _TextVersion
    Parameters:
    _TextVersion
    Text version number.

    This object is included in the file: CAT2DGeomTextStructures.h

    Copyright © 1999-2015, Dassault Systèmes. All rights reserved.