extract bounding box dimensions for TrueType font
2
votes
1
answer
972
views
On Linux, I can easily extract the height / width / ascent / descent dimensions of Xorg fonts via
xlsfonts
, e.g.
$ xlsfonts -ll -fn 9x15 | egrep 'bounds|max'
bounds: width left right asc desc attr keysym
max 9 4 9 12 3 0x0000
How can I extract the same information from a TrueType font I have installed?
Asked by Adam Spiers
(952 rep)
Nov 12, 2014, 01:24 AM
Last activity: Nov 12, 2014, 03:25 AM
Last activity: Nov 12, 2014, 03:25 AM