public class TextState extends com.aspose.ms.lang.Struct<TextState>
Modifier and Type | Field and Description |
---|---|
float |
CharSpace
character spacing
|
Matrix |
FontMatrix
text matrix
|
float |
FontSize
font size
|
int |
FontSlot
slot number of the current font
|
float |
HorizontalScale
horizontal scaling
|
float |
Leading
leading
|
Matrix |
LineMatrix
text line matrix
|
int |
RenderingMode |
float |
Rise
text rise
|
float |
WordSpace
word spacing
|
Constructor and Description |
---|
TextState() |
public float CharSpace
character spacing
public float WordSpace
word spacing
public float HorizontalScale
horizontal scaling
public float Leading
leading
public int FontSlot
slot number of the current font
public float FontSize
font size
public Matrix FontMatrix
text matrix
public int RenderingMode
public float Rise
text rise
public Matrix LineMatrix
text line matrix
Copyright © 2016 Aspose. All Rights Reserved.