GetGlyph(char)

Method

Namespace: Imagini.Fonts

Declared in: Imagini.Fonts.SpriteFontPage


Returns the rectangle defining pixel region where the specified glyph is located. Returns empty rectangle if the glyph is not present.

Syntax

public Rectangle GetGlyph(
	char symbol
)

Back to index