diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-05-11 16:11:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-05-11 16:11:34 -0600 |
| commit | 13bec9c94b27231ea3ce479eeef36a71e42e9984 (patch) | |
| tree | c6bdde35c4f83dd02e8f551e7fc372a9c5f7182e /docs | |
| parent | c0a26e51f056c755190da1079c286d09927dbdb6 (diff) | |
clarify that the fallback font is not consulted when a glyph is missing from an AFM font
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/theme/pages/fallback-font.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/fallback-font.adoc b/docs/modules/theme/pages/fallback-font.adoc index 8d1c3e01..edbc41a4 100644 --- a/docs/modules/theme/pages/fallback-font.adoc +++ b/docs/modules/theme/pages/fallback-font.adoc @@ -1,6 +1,6 @@ = Fallback Fonts -If a TrueType font is missing a character needed to render the document, such as a special symbol or emoji, you can have Asciidoctor PDF look for the character in a fallback font. +If a TrueType font (not an AFM font) is missing a character needed to render the document, such as a special symbol or emoji, you can have Asciidoctor PDF look for the character in a fallback font. You only need to specify a single fallback font, typically one that provides a full set of symbols. If the character isn't found in the fallback font, it will mostly likely be replaced by a box (i.e., the notdef glyph), which is guaranteed if you're using the bundled fallback font. |
