TextFieldCharPosition Structure |
Namespace: FairyGUI
public struct CharPosition
The TextFieldCharPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| charIndex |
字符索引
| |
| lineIndex |
字符所在的行索引
| |
| offsetX |
字符的x偏移
| |
| vertCount |
字符占用的顶点数量。如果小于0,用于表示一个图片。对应的图片索引为-vertCount-1
|