diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-15 01:55:00 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-15 01:55:00 +0000 |
commit | ff95b300f8204c215384425032124f206349bca2 (patch) | |
tree | abdb4fced025cb35b974f9f0ba0c7d6c9fd01094 /Build/source/texk/kpathsea/tex-glyph.h | |
parent | 64252d2baf23bb55ca90c388215779740c73e695 (diff) |
remove trailing spaces.
git-svn-id: svn://tug.org/texlive/trunk@18276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-glyph.h')
-rw-r--r-- | Build/source/texk/kpathsea/tex-glyph.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/tex-glyph.h b/Build/source/texk/kpathsea/tex-glyph.h index ee5b84951a9..7a6c87ae49f 100644 --- a/Build/source/texk/kpathsea/tex-glyph.h +++ b/Build/source/texk/kpathsea/tex-glyph.h @@ -58,7 +58,7 @@ typedef struct 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, + const_string font_name, unsigned dpi, kpse_file_format_type format, kpse_glyph_file_type *glyph_file); @@ -69,12 +69,12 @@ extern KPSEDLL string kpathsea_find_glyph (kpathsea kpse, #define KPSE_BITMAP_TOLERANCE(r) ((r) / 500.0 + 1) /* Check whether DPI1 is within KPSE_BITMAP_TOLERANCE of DPI2. */ -extern KPSEDLL boolean kpathsea_bitmap_tolerance (kpathsea kpse, +extern KPSEDLL boolean kpathsea_bitmap_tolerance (kpathsea kpse, double dpi1, double dpi2); #if defined (KPSE_COMPAT_API) -extern KPSEDLL string kpse_find_glyph (const_string font_name, unsigned dpi, +extern KPSEDLL string kpse_find_glyph (const_string font_name, unsigned dpi, kpse_file_format_type format, kpse_glyph_file_type *glyph_file); |