mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
|
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/
|