C# Class FairyGUI.BitmapFont

Inheritance: BaseFont
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
resizable bool
size int

Méthodes publiques

Méthode Description
AddChar ( char ch, BMGlyph glyph ) : void
BitmapFont ( PackageItem item ) : System.Collections.Generic
GetGlyph ( char ch, GlyphInfo glyph ) : bool
GetGlyphSize ( char ch, float &width, float &height ) : bool
SetFormat ( TextFormat format, float fontSizeScale ) : void

Method Details

AddChar() public méthode

public AddChar ( char ch, BMGlyph glyph ) : void
ch char
glyph BMGlyph
Résultat void

BitmapFont() public méthode

public BitmapFont ( PackageItem item ) : System.Collections.Generic
item PackageItem
Résultat System.Collections.Generic

GetGlyph() public méthode

public GetGlyph ( char ch, GlyphInfo glyph ) : bool
ch char
glyph GlyphInfo
Résultat bool

GetGlyphSize() public méthode

public GetGlyphSize ( char ch, float &width, float &height ) : bool
ch char
width float
height float
Résultat bool

SetFormat() public méthode

public SetFormat ( TextFormat format, float fontSizeScale ) : void
format TextFormat
fontSizeScale float
Résultat void

Property Details

resizable public_oe property

public bool resizable
Résultat bool

size public_oe property

public int size
Résultat int