mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
10 lines
425 B
Text
10 lines
425 B
Text
TTFQuery builds on the FontTools package to allow the Python programmer to
|
|
accomplish a number of tasks:
|
|
* query the system to find installed fonts
|
|
* retrieve metadata about any TTF font file (even those not yet installed)
|
|
o abstract family type
|
|
o proper font name
|
|
o glyph outlines
|
|
* build simple metadata registries for run-time font matching
|
|
|
|
WWW: http://ttfquery.sourceforge.net/
|