Font.GetGlyphData Method ()
Returns information about the placement and orientation of a glyph in a character cell.
public Texture GetGlyphData(int); public Texture GetGlyphData(int, out Rectangle, out Point);
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value. InvalidDataException The data is invalid.
Show: