summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2016-06-21 23:12:54 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2016-06-21 23:12:54 -0400
commitc05a1c3f04fb7e6f1baa4d5f91c5c9338d05a69d (patch)
tree6b8d706be4e110f50318b2f3ee657530bf5cf9b6
parent20c6ef4c25b6a4f1e8b284b1b0898c675f19a476 (diff)
downloadfreetype2-c05a1c3f04fb7e6f1baa4d5f91c5c9338d05a69d.tar.gz
Typos.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.216
-rw-r--r--ChangeLog.222
3 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e64765d57..08a188513 100644
--- 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 <wl@gnu.org>
diff --git a/ChangeLog.21 b/ChangeLog.21
index af6496c46..855c86dde 100644
--- 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.
diff --git a/ChangeLog.22 b/ChangeLog.22
index 9c26a5947..ce08dc98d 100644
--- 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.