Метод | Описание | |
---|---|---|
Font ( |
Constructor, should be called through FontManager.Create().
|
|
Font ( |
||
LoadResource ( Axiom.Core.Resource resource ) : void |
Метод | Описание | |
---|---|---|
calculateSize ( ) : int | ||
createTexture ( ) : void | ||
load ( ) : void | ||
unload ( ) : void |
Метод | Описание | |
---|---|---|
GetGlyphAspectRatio ( char c ) : float | ||
GetGlyphTexCoords ( |
||
SetGlyphTexCoords ( |
||
SetGlyphTexCoords ( |
||
StrBBox ( string text, float char_height, Axiom.Graphics.RenderWindow window ) : Pair |
Returns the size in pixels of a box that could contain the whole string.
|
public Font ( |
||
parent | ||
name | string | |
handle | System.UInt64 | |
group | string | |
Результат | System |
public Font ( |
||
parent | ||
name | string | |
handle | System.UInt64 | |
group | string | |
isManual | bool | |
loader | IManualResourceLoader | |
Результат | System |
public LoadResource ( Axiom.Core.Resource resource ) : void | ||
resource | Axiom.Core.Resource | |
Результат | void |