summaryrefslogtreecommitdiff
path: root/src/psaux
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:09 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-08-01 00:32:09 +0900
commit3f0f2e462bcbb3d5f9b26ccbc351a3049c22b4b0 (patch)
tree17947285a687debe2e948572aa3f477a654a6221 /src/psaux
parent25dba9cfa8418b77f2af7ee5165f0d97dff98f0b (diff)
XXX_cmap_encoding_char_next() return FT_UInt32 values.
Diffstat (limited to 'src/psaux')
-rw-r--r--src/psaux/t1cmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/psaux/t1cmap.c b/src/psaux/t1cmap.c
index 67a23db5..bbe75cb3 100644
--- a/src/psaux/t1cmap.c
+++ b/src/psaux/t1cmap.c
@@ -95,7 +95,7 @@
}
- FT_CALLBACK_DEF( FT_UInt )
+ FT_CALLBACK_DEF( FT_UInt32 )
t1_cmap_std_char_next( T1_CMapStd cmap,
FT_UInt32 *pchar_code )
{
@@ -213,7 +213,7 @@
}
- FT_CALLBACK_DEF( FT_UInt )
+ FT_CALLBACK_DEF( FT_UInt32 )
t1_cmap_custom_char_next( T1_CMapCustom cmap,
FT_UInt32 *pchar_code )
{
@@ -312,7 +312,7 @@
}
- FT_CALLBACK_DEF( FT_UInt )
+ FT_CALLBACK_DEF( FT_UInt32 )
t1_cmap_unicode_char_next( PS_Unicodes unicodes,
FT_UInt32 *pchar_code )
{