From df96ce30a9d14d115fef77a6abe1a5e852906f88 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 7 Oct 2013 23:20:22 +0300 Subject: beta 2013.10.07 22:06 --- doc/context/scripts/mkiv/mtx-fonts.html | 77 +++++++++++++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-fonts.man | 63 +++++++++++++++++++++++++++ doc/context/scripts/mkiv/mtx-fonts.xml | 59 +++++++++++++++++++++++++ 3 files changed, 199 insertions(+) create mode 100644 doc/context/scripts/mkiv/mtx-fonts.html create mode 100644 doc/context/scripts/mkiv/mtx-fonts.man create mode 100644 doc/context/scripts/mkiv/mtx-fonts.xml (limited to 'doc/context/scripts') diff --git a/doc/context/scripts/mkiv/mtx-fonts.html b/doc/context/scripts/mkiv/mtx-fonts.html new file mode 100644 index 000000000..3ddc2fa8e --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-fonts.html @@ -0,0 +1,77 @@ + + + + + + + + + + + ConTeXt Font Database Management 0.21 + + + + + +
+
ConTeXt Font Database Management 0.21
+
+
+
+
wiki: http://contextgarden.net | mail: ntg-context@ntg.nl | website: http://www.pragma-ade.nl
+
+
+
+ +
+
+

Command line options

+ + + + + + + + + + + + + + + + + + + +
flagvaluedescription
--savesave open type font in raw table
--unpacksave a tma file in a more readable format
--reloadgenerate new font database (use --force when in doubt)
--reload--simple:generate luatex-fonts-names.lua (not for context!)
--list--name: list installed fonts, filter by name [--pattern]
--list--spec: list installed fonts, filter by spec [--filter]
--list--file: list installed fonts, filter by file [--pattern]
--patternstrfilter files using pattern
--filterlistkey-value pairs
--allshow all found instances (combined with other flags)
--infogive more details
--tracklistenable trackers
--statisticssome 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* +

+
+ + diff --git a/doc/context/scripts/mkiv/mtx-fonts.man b/doc/context/scripts/mkiv/mtx-fonts.man new file mode 100644 index 000000000..b31e39abd --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-fonts.man @@ -0,0 +1,63 @@ +.TH "mtx-fonts" "1" "01-01-2013" "version 0.21" "ConTeXt Font Database Management" +.SH NAME +.B mtx-fonts +.SH SYNOPSIS +.B mtxrun --script fonts [ +.I OPTIONS ... +.B ] [ +.I FILENAMES +.B ] +.SH DESCRIPTION +.B ConTeXt Font Database Management +.SH OPTIONS +.TP +.B --save +save open type font in raw table +.TP +.B --unpack +save a tma file in a more readable format +.TP +.B --reload +generate new font database (use --force when in doubt) +.TP +.B --reload +--simple:generate luatex-fonts-names.lua (not for context!) +.TP +.B --list +--name: list installed fonts, filter by name [--pattern] +.TP +.B --list +--spec: list installed fonts, filter by spec [--filter] +.TP +.B --list +--file: list installed fonts, filter by file [--pattern] +.TP +.B --pattern=str +filter files using pattern +.TP +.B --filter=list +key-value pairs +.TP +.B --all +show all found instances (combined with other flags) +.TP +.B --info +give more details +.TP +.B --track=list +enable trackers +.TP +.B --statistics +some info about the database +.SH AUTHOR +More information about ConTeXt and the tools that come with it can be found at: + + +.B "maillist:" +ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context + +.B "webpage:" +http://www.pragma-ade.nl / http://tex.aanhet.net + +.B "wiki:" +http://contextgarden.net diff --git a/doc/context/scripts/mkiv/mtx-fonts.xml b/doc/context/scripts/mkiv/mtx-fonts.xml new file mode 100644 index 000000000..b138a064a --- /dev/null +++ b/doc/context/scripts/mkiv/mtx-fonts.xml @@ -0,0 +1,59 @@ + + + + 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* + + + + -- cgit v1.2.3