C# Класс FairyGUI.TextField

Наследование: DisplayObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EnableCharPositionSupport ( ) : void
EnsureSizeCorrect ( ) : void
GetLinesShape ( int startLine, float startCharX, int endLine, float endCharX, bool clipped, List resultRects ) : void

Redraw ( ) : void

SetAlternativeText ( string value, bool html ) : void

TextField ( ) : System
Update ( UpdateContext context ) : void

Защищенные методы

Метод Описание
OnSizeChanged ( bool widthChanged, bool heightChanged ) : void

Приватные методы

Метод Описание
ApplyVertAlign ( ) : void
BuildLines ( ) : void
BuildLinesFinal ( ) : void
BuildMesh ( ) : void
Cleanup ( ) : void
EnableRichSupport ( RichTextField richTextField ) : void
HandleEmojies ( ) : void
RequestText ( ) : void

准备字体纹理

Описание методов

EnableCharPositionSupport() публичный Метод

public EnableCharPositionSupport ( ) : void
Результат void

EnsureSizeCorrect() публичный Метод

public EnsureSizeCorrect ( ) : void
Результат void

GetLinesShape() публичный Метод

public GetLinesShape ( int startLine, float startCharX, int endLine, float endCharX, bool clipped, List resultRects ) : void
startLine int
startCharX float
endLine int
endCharX float
clipped bool
resultRects List
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( bool widthChanged, bool heightChanged ) : void
widthChanged bool
heightChanged bool
Результат void

Redraw() публичный Метод

public Redraw ( ) : void
Результат void

SetAlternativeText() публичный Метод

public SetAlternativeText ( string value, bool html ) : void
value string
html bool
Результат void

TextField() публичный Метод

public TextField ( ) : System
Результат System

Update() публичный Метод

public Update ( UpdateContext context ) : void
context UpdateContext
Результат void