summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-fonts.html
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-07 22:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-07-07 22:15:04 +0200
commitdc7195d9c40c947f61bd001635de6e8b2cb99167 (patch)
treeee8b6a7478c141429ad106b7d4283f89e8f00178 /doc/context/scripts/mkiv/mtx-fonts.html
parent865735f6a380cd9a5b5eb1b64d4c82b78e7c0ed1 (diff)
downloadcontext-dc7195d9c40c947f61bd001635de6e8b2cb99167.tar.gz
2015-07-07 21:45:00
Diffstat (limited to 'doc/context/scripts/mkiv/mtx-fonts.html')
-rw-r--r--doc/context/scripts/mkiv/mtx-fonts.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/context/scripts/mkiv/mtx-fonts.html b/doc/context/scripts/mkiv/mtx-fonts.html
index 97a16c79a..8afba10b3 100644
--- a/doc/context/scripts/mkiv/mtx-fonts.html
+++ b/doc/context/scripts/mkiv/mtx-fonts.html
@@ -39,7 +39,8 @@
<table>
<tr><th style="width: 10em">flag</th><th style="width: 8em">value</th><th>description</th></tr>
<tr><th/><td/><td/></tr>
- <tr><th>--save</th><td></td><td>save open type font in raw table</td></tr>
+ <tr><th>--save</th><td></td><td>save open type font in raw table (ff format)</td></tr>
+ <tr><th>--convert</th><td></td><td>save open type font in raw table (ctx format)</td></tr>
<tr><th>--unpack</th><td></td><td>save a tma file in a more readable format</td></tr>
<tr><th/><td/><td/></tr>
<tr><th>--reload</th><td></td><td>generate new font database (use --force when in doubt)</td></tr>
@@ -55,6 +56,7 @@
<tr><th>--info</th><td></td><td>give more details</td></tr>
<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>uise name instead of unicodes</td></tr>
</table>
<br/>
<h1>Examples</h1>
@@ -71,6 +73,9 @@
<br/><tt>mtxrun --script font --list --file somename</tt>
<br/><tt>mtxrun --script font --list --file --all somename</tt>
<br/><tt>mtxrun --script font --list --file --pattern=*somename*</tt>
+<br/><br/><tt>mtxrun --script font --save --texgyrepagella-regular.otf</tt>
+<br/><tt>mtxrun --script font --convert --texgyrepagella-regular.otf</tt>
+<br/><tt>mtxrun --script font --convert --names --texgyrepagella-regular.otf</tt>
<br/><br/> </div>
</div>
</body>