diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-23 15:09:45 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-08-23 15:11:04 -0600 |
| commit | 4c5406239f1a65428759a4a25c3e3f21c15d9018 (patch) | |
| tree | 8edd4170a13b9fbf6a2b7597206505ce097cfbd8 | |
| parent | cca921570054d94df55164755f65ab002cc05a3c (diff) | |
add more instructions for how to generate the font using FontForge
| -rw-r--r-- | docs/theming-guide.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 5b614573..0a8550c7 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -5409,12 +5409,12 @@ You may need to scale the glyph so it fits properly in the art box. IMPORTANT: If you're copying a non-visible character, be sure to set the width to 0 using menu:Metrics[Set Width...], enter 0 into *Set Width To*, then click btn:[OK]. When you're done, save the font with the old-style kern table enabled. -To do so, select menu:File[Generate Fonts...], click btn:[Options], and make sure only the following options are selected (equivalent to the flags 0x90 + 0x08): +To do so, select menu:File[Generate Fonts...], select *TrueType*, click btn:[Options], make sure _only_ the following options are checked (equivalent to the flags 0x90 + 0x08): * [x] OpenType ** [x] Old style 'kern' -Then click btn:[Generate] to generate and save the font. +Then click btn:[OK], then uncheck *Validate Before Saving*, and finally click btn:[Generate] to generate and save the font. Your font file is now ready to be used with Asciidoctor PDF. |
