C# Класс Flood.GUI.GlyphManager

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

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

Метод Описание
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

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

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

public GetKerning ( Font font, int c1, int c2 ) : System.Vector2
font Font
c1 int
c2 int
Результат System.Vector2

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

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

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

public TryGetGlyphImage ( Font font, int codepoint, SubTexture &texture, ResourceHandle &material ) : bool
font Font
codepoint int
texture SubTexture
material ResourceHandle
Результат bool

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

public TryGetGlyphInfo ( Font font, int codepoint, Glyph &glyph ) : bool
font Font
codepoint int
glyph Glyph
Результат bool