C# Class Flood.GUI.GlyphManager

Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
GetKerning ( Font font, int c1, int c2 ) : System.Vector2
GlyphManager ( ) : System
TryGetGlyphImage ( Font font, int codepoint, SubTexture &texture, ResourceHandle &material ) : bool
TryGetGlyphInfo ( Font font, int codepoint, Glyph &glyph ) : bool

Method Details

GetKerning() public méthode

public GetKerning ( Font font, int c1, int c2 ) : System.Vector2
font Font
c1 int
c2 int
Résultat System.Vector2

GlyphManager() public méthode

public GlyphManager ( ) : System
Résultat System

TryGetGlyphImage() public méthode

public TryGetGlyphImage ( Font font, int codepoint, SubTexture &texture, ResourceHandle &material ) : bool
font Font
codepoint int
texture SubTexture
material ResourceHandle
Résultat bool

TryGetGlyphInfo() public méthode

public TryGetGlyphInfo ( Font font, int codepoint, Glyph &glyph ) : bool
font Font
codepoint int
glyph Glyph
Résultat bool