diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/scripts/mkiv/mtx-fonts.html | 1 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-fonts.man | 3 | ||||
-rw-r--r-- | doc/context/scripts/mkiv/mtx-fonts.xml | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/doc/context/scripts/mkiv/mtx-fonts.html b/doc/context/scripts/mkiv/mtx-fonts.html index ea2915e87..e4548b255 100644 --- a/doc/context/scripts/mkiv/mtx-fonts.html +++ b/doc/context/scripts/mkiv/mtx-fonts.html @@ -57,6 +57,7 @@ <tr><th>--trackers</th><td>list</td><td>enable trackers</td></tr> <tr><th>--statistics</th><td></td><td>some info about the database</td></tr> <tr><th>--names</th><td></td><td>use name instead of unicodes</td></tr> + <tr><th>--cache</th><td>str</td><td>use specific cache (otl or otf)</td></tr> </table> <br/> <h1>Examples</h1> diff --git a/doc/context/scripts/mkiv/mtx-fonts.man b/doc/context/scripts/mkiv/mtx-fonts.man index 0a2b4dbf9..676ca17ab 100644 --- a/doc/context/scripts/mkiv/mtx-fonts.man +++ b/doc/context/scripts/mkiv/mtx-fonts.man @@ -55,6 +55,9 @@ some info about the database .TP .B --names use name instead of unicodes +.TP +.B --cache=str +use specific cache (otl or otf) .SH AUTHOR More information about ConTeXt and the tools that come with it can be found at: diff --git a/doc/context/scripts/mkiv/mtx-fonts.xml b/doc/context/scripts/mkiv/mtx-fonts.xml index 43f5f47ea..8541c8dfb 100644 --- a/doc/context/scripts/mkiv/mtx-fonts.xml +++ b/doc/context/scripts/mkiv/mtx-fonts.xml @@ -29,6 +29,7 @@ <flag name="trackers" value="list"><short>enable trackers</short></flag> <flag name="statistics"><short>some info about the database</short></flag> <flag name="names"><short>use name instead of unicodes</short></flag> + <flag name="cache" value="str"><short>use specific cache (otl or otf)</short></flag> </subcategory> </category> </flags> |