summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-glyph.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
commit67257c18c27c5265b15a55ad61d45da410f2f104 (patch)
treecda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/tex-glyph.h
parent7bc782074dd7cba33ad218494c3693c66a33037d (diff)
formatting/doc fixes
git-svn-id: svn://tug.org/texlive/trunk@16274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-glyph.h')
-rw-r--r--Build/source/texk/kpathsea/tex-glyph.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/tex-glyph.h b/Build/source/texk/kpathsea/tex-glyph.h
index 5ee80276790..74eb23bb21f 100644
--- a/Build/source/texk/kpathsea/tex-glyph.h
+++ b/Build/source/texk/kpathsea/tex-glyph.h
@@ -49,12 +49,13 @@ typedef struct
/* Search first for the font named FONT_NAME at resolution DPI in the
glyph format FORMAT (see `try_size' for details of format searching).
- Then try resolutions within KPSE_BITMAP_TOLERANCE of DPI. Then try
- the resolutions in `kpse_fallback_sizes', then within the tolerance
- of each of those. Then if FONT_NAME is an alias defined in a
- texfonts.map do all the above for its real name. Then try the above
- for kpse_fallback_name. Then fail. Return either the filename
- found, or NULL. Also return information about the file found in
+ Then try resolutions within KPSE_BITMAP_TOLERANCE of DPI. Then if
+ FONT_NAME is an alias defined in a texfonts.map do all the above for
+ its real name. If not an alias, try creating it on the fly with
+ mktexpk. Then try the resolutions in `kpse_fallback_sizes', then
+ within the tolerance of each of those. Then try the above for
+ kpse_fallback_name. Then fail. Return either the filename found, or
+ NULL. Also return information about the file found in
*GLYPH_FILE. */
extern KPSEDLL string kpathsea_find_glyph (kpathsea kpse,
const_string font_name, unsigned dpi,