Enum FOPTEGeoText
Effect text of the shape - this is what the WordArt tools use, and is separate from the attached text present in ordinary textboxes. Theoretically, a shape could have both (a WordArt with attached text), but this is not currently allowed by the UI. Note that font information is provided here. The default text size is in points, the text effect geometry interfaces require the device size of a point to interpret this. The default point size is a 16.16 fixed-point number. A text effect is present if the fGText boolean is set and either the gtextUNICODE (UNICODE) or gtextRTF (RTF) is present, the UNICODE string takes precedence, however it cannot include any additional font information (unlike the RTF).
Namespace: Syncfusion.DocIO.ReaderWriter.DataStreamParser.Escher
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum FOPTEGeoText
Fields
Name | Description |
---|---|
fGtext | The f gtext |
gtextAlign | The gtext align |
gtextFBestFit | The gtext f best fit |
gtextFBold | The gtext f bold |
gtextFDxMeasure | The gtext f dx measure |
gtextFItalic | The gtext f italic |
gtextFKern | The gtext f kern |
gtextFNormalize | The gtext f normalize |
gtextFont | The gtext font |
gtextFReverseRows | The gtext f reverse rows |
gtextFShadow | The gtext f shadow |
gtextFShrinkFit | The gtext f shrink fit |
gtextFSmallcaps | The gtext f smallcaps |
gtextFStretch | The gtext f stretch |
gtextFStrikethrough | The gtext f strikethrough |
gtextFTight | The gtext f tight |
gtextFUnderline | The gtext f underline |
gtextFVertical | The gtext f vertical |
gtextRTF | The gtext RTF |
gtextSize | The gtext size |
gtextSpacing | The gtext spacing |
gtextUNICODE | The gtext unicode |