Click or drag to resize

TextFieldCharPosition Structure

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct CharPosition

The TextFieldCharPosition type exposes the following members.

Fields
  NameDescription
Public fieldcharIndex
字符索引
Public fieldlineIndex
字符所在的行索引
Public fieldoffsetX
字符的x偏移
Public fieldvertCount
字符占用的顶点数量。如果小于0,用于表示一个图片。对应的图片索引为-vertCount-1
Top
See Also