mtx-fonts
ConTeXt Font Database Management
0.21
save open type font in raw table
save a tma file in a more readable format
generate new font database (use when in doubt)
:generate luatex-fonts-names.lua (not for context!)
: list installed fonts, filter by name []
: list installed fonts, filter by spec []
: list installed fonts, filter by file []
filter files using pattern
key-value pairs
show all found instances (combined with other flags)
give more details
enable trackers
some info about the database
Examples
mtxrun --script font --list somename (== --pattern=*somename*)
mtxrun --script font --list --name somename
mtxrun --script font --list --name --pattern=*somename*
mtxrun --script font --list --spec somename
mtxrun --script font --list --spec somename-bold-italic
mtxrun --script font --list --spec --pattern=*somename*
mtxrun --script font --list --spec --filter="fontname=somename"
mtxrun --script font --list --spec --filter="familyname=somename,weight=bold,style=italic,width=condensed"
mtxrun --script font --list --spec --filter="familyname=crap*,weight=bold,style=italic"
mtxrun --script font --list --all
mtxrun --script font --list --file somename
mtxrun --script font --list --file --all somename
mtxrun --script font --list --file --pattern=*somename*