summaryrefslogtreecommitdiff
path: root/src/sfnt/ttcmap.c
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2023-04-10 15:30:43 +0000
committerAlexei Podtelezhnikov <apodtele@gmail.com>2023-04-10 15:30:43 +0000
commit1a4c18f7cb70a2ae4fa209bb75a6c6c5b6ace0f2 (patch)
treeff3727f91b86095a3217459a148ec2cf49eb7433 /src/sfnt/ttcmap.c
parentd25444333c07951bf16788862420e311799c0ad0 (diff)
downloadfreetype2-1a4c18f7cb70a2ae4fa209bb75a6c6c5b6ace0f2.tar.gz
Align `char_next` return types.
This is mostly cosmetic because FT_UInt and FT_UInt32 are likely identical. * src/sfnt/ttcmap.c, src/cff/cffcmap.c, src/psaux/t1cmap.c, src/psnames/psmodule.c, include/freetype/internal/service/svpcsmap.h, src/pfr/pfrcmap.c, src/winfonts/winfnt.c (*_char_next): return FT_UInt.
Diffstat (limited to 'src/sfnt/ttcmap.c')
-rw-r--r--src/sfnt/ttcmap.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/sfnt/ttcmap.c b/src/sfnt/ttcmap.c
index 809d4b51f..e5ea6f1e8 100644
--- a/src/sfnt/ttcmap.c
+++ b/src/sfnt/ttcmap.c
@@ -138,7 +138,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap0_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -491,7 +491,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap2_char_next( TT_CMap cmap,
FT_UInt32 *pcharcode )
{
@@ -1481,7 +1481,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap4_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -1640,7 +1640,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap6_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -1911,7 +1911,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap8_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -2109,7 +2109,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap10_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -2458,7 +2458,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap12_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -2768,7 +2768,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap13_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -3101,7 +3101,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap14_char_next( TT_CMap cmap,
FT_UInt32 *pchar_code )
{
@@ -3671,7 +3671,7 @@
}
- FT_CALLBACK_DEF( FT_UInt32 )
+ FT_CALLBACK_DEF( FT_UInt )
tt_cmap_unicode_char_next( PS_Unicodes unicodes,
FT_UInt32 *pchar_code )
{