diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-06 17:47:34 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-06 17:47:34 +0000 |
| commit | fb816f82ea8a90a1e92557dcc699cbcfe53f236c (patch) | |
| tree | c885fffe93ec01e13788345aee1f5320593fa9cb /paper.h | |
| parent | 30ca2bdcde0675a2d52a9decf9dce73e57fdcee1 (diff) | |
| download | halibut-fb816f82ea8a90a1e92557dcc699cbcfe53f236c.zip halibut-fb816f82ea8a90a1e92557dcc699cbcfe53f236c.tar.gz halibut-fb816f82ea8a90a1e92557dcc699cbcfe53f236c.tar.bz2 halibut-fb816f82ea8a90a1e92557dcc699cbcfe53f236c.tar.xz | |
Make ps_glyph_to_unicode() take a glyph index instead of a glyph name.
[originally from svn r7062]
Diffstat (limited to 'paper.h')
| -rw-r--r-- | paper.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -384,7 +384,7 @@ int find_width(font_data *, glyph); */ glyph glyph_intern(char const *); char const *glyph_extern(glyph); -wchar_t ps_glyph_to_unicode(char const *glyph); +wchar_t ps_glyph_to_unicode(glyph); extern const char *const ps_std_glyphs[]; void init_std_fonts(void); const int *ps_std_font_widths(char const *fontname); |