ref: c05a1c3f04fb7e6f1baa4d5f91c5c9338d05a69d
parent: 20c6ef4c25b6a4f1e8b284b1b0898c675f19a476
author: Alexei Podtelezhnikov <[email protected]>
date: Tue Jun 21 19:12:54 EDT 2016
Typos.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1345,7 +1345,7 @@
* src/autofit/afscript.h: Add another parameter to `SCRIPT',
specifying hinting direction.
- * src/autofit/afglobal.c, scr/autofit/afglobal.h,
+ * src/autofit/afglobal.c, src/autofit/afglobal.h,
src/autofit/afpic.c, src/autofit/afranges.h, src/autofit/afshaper.c,
src/autofit/aftypes.h: Extend `SCRIPT' definitions.
@@ -3509,7 +3509,7 @@
* src/autofit/aftypes.h [FT_DEBUG_AUTOFIT]: Include
FT_CONFIG_STANDARD_LIBRARY_H earlier.
- * src/truetype/ttpic.h: Include FT_INTERNL_PIC_H.
+ * src/truetype/ttpic.h: Include FT_INTERNAL_PIC_H.
2015-07-07 Werner Lemberg <[email protected]>
--- a/ChangeLog.21
+++ b/ChangeLog.21
@@ -4010,7 +4010,7 @@
* src/cff/cffload.h, src/cff/cffobjs.h, src/cff/cffparse.h: Don't
include FT_INTERNAL_CFF_TYPES_H but cfftypes.h directly.
- * src/cif/cidriver.c: Include FT_SERVICE_POSTSCRIPT_INFO_H.
+ * src/cid/cidriver.c: Include FT_SERVICE_POSTSCRIPT_INFO_H.
(cid_ps_get_font_info): New function.
(cid_service_ps_info): New service.
(cid_services): Updated.
@@ -5346,7 +5346,7 @@
* src/cff/cffload (cff_subfont_load): Fix default values of
expansion_factor and blue_scale.
- * src/cif/cidtoken.h, src/type1/t1tokens.h: Use T1_FIELD_FIXED_1000
+ * src/cid/cidtoken.h, src/type1/t1tokens.h: Use T1_FIELD_FIXED_1000
for blue_scale.
* src/pshinter/pshglob.c (psh_globals_new): Fix default value of
@@ -7155,7 +7155,7 @@
to ...
(FT_Glyph_{Init,Done,Transform,GetBBox,Copy,Prepare}Func): This.
(FTRenderer_{render,transform,getCBox,setMode}): Renamed to ...
- (FT_Renderer_{RenderFunc,TransformFunc,GetCBoxFunc,SeteModeFunc}):
+ (FT_Renderer_{RenderFunc,TransformFunc,GetCBoxFunc,SetModeFunc}):
This.
Updated all affected code.
--- a/ChangeLog.22
+++ b/ChangeLog.22
@@ -360,7 +360,7 @@
* include/freetype/internal/ftgloadr.h (FT_SUBGLYPH_FLAGS_*): Moved
to...
* include/freetype/freetype.h (FT_SUBGLYPH_FLAGS_*): Here.
- (FT_Get_SybGlyph_Info): New declaration.
+ (FT_Get_SubGlyph_Info): New declaration.
* src/base/ftobjs.c (FT_Get_SubGlyph_Info): New function.