Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get single glyph metrics (.net)

How can I get full information about single glyph from choosen font (for example Arial -> symbol "A")

This picture describe what variables I need to find:

Glyph metrics

like image 373
leavelllusion Avatar asked May 13 '11 16:05

leavelllusion


1 Answers

You can start with the FontFamily class.

and this CP article http://www.codeproject.com/KB/GDI-plus/ExtendedGraphicsII.aspx

like image 115
Sam Axe Avatar answered Sep 28 '22 14:09

Sam Axe