summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/freetype/internal/services/svpscmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/freetype/internal/services/svpscmap.h b/include/freetype/internal/services/svpscmap.h
index fd99d857e..6e599f3aa 100644
--- a/include/freetype/internal/services/svpscmap.h
+++ b/include/freetype/internal/services/svpscmap.h
@@ -97,7 +97,7 @@ FT_BEGIN_HEADER
(*PS_Unicodes_CharIndexFunc)( PS_Unicodes unicodes,
FT_UInt32 unicode );
- typedef FT_UInt32
+ typedef FT_UInt
(*PS_Unicodes_CharNextFunc)( PS_Unicodes unicodes,
FT_UInt32 *unicode );