mirror of https://github.com/freetype/freetype
Typos.
This commit is contained in:
parent
6d07034609
commit
e3a1c46768
|
@ -1056,7 +1056,7 @@
|
|||
|
||||
2001-08-30 Anthony Feik <afeick@hotmail.com>
|
||||
|
||||
* src/type1/t1afm.c (T1_Read_Afm): Now correctly sets the flag
|
||||
* src/type1/t1afm.c (T1_Read_AFM): Now correctly sets the flag
|
||||
FT_FACE_FLAG_KERNING when appropriate for Type1 + AFM files.
|
||||
|
||||
2001-08-25 Werner Lemberg <wl@gnu.org>
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
|
||||
2001-03-20 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/win32/detekt.mk: Fix .PHONY target for Intel compiler.
|
||||
* builds/win32/detect.mk: Fix .PHONY target for Intel compiler.
|
||||
|
||||
2001-03-20 David Turner <david.turner@freetype.org>
|
||||
|
||||
|
@ -2338,7 +2338,7 @@
|
|||
2000-12-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/module.mk: Replaced `xxx #' with `xxx$(space).
|
||||
* builds/os2/detekt.mk, builds/win32/detekt.mk: Moved comment to
|
||||
* builds/os2/detect.mk, builds/win32/detect.mk: Moved comment to
|
||||
avoid trailing spaces in variable.
|
||||
* builds/freetype.mk: Use $(D) instead of $D to make statement more
|
||||
readable.
|
||||
|
|
|
@ -5116,7 +5116,7 @@
|
|||
ft_glyph_bbox_subpixels, ft_glyph_bbox_gridfit,
|
||||
ft_glyph_bbox_truncate, ft_glyph_bbox_pixels): Replaced with
|
||||
FT_GLYPH_BBOX_UNSCALED, FT_GLYPH_BBOX_SUBPIXELS,
|
||||
FT_GLYPH_BBIX_GRIDFIT, FT_GLYPH_BBOX_TRUNCATE, FT_GLYPH_BBOX_PIXELS.
|
||||
FT_GLYPH_BBOX_GRIDFIT, FT_GLYPH_BBOX_TRUNCATE, FT_GLYPH_BBOX_PIXELS.
|
||||
The lowercase variants are now (deprecated aliases) to the uppercase
|
||||
versions.
|
||||
Updated all other files.
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
Fix Savannah bug #28395.
|
||||
|
||||
* src/truetype/ttdriver.c (Load_Glyph), src/type1/t1gload.c
|
||||
(T1_Loada_Glyph): Don't check `num_glyphs' if incremental interface
|
||||
(T1_Load_Glyph): Don't check `num_glyphs' if incremental interface
|
||||
is used.
|
||||
|
||||
2010-01-05 Ken Sharp <ken.sharp@artifex.com>
|
||||
|
|
|
@ -2014,7 +2014,7 @@
|
|||
(compute_glyph_metrics): Handle `compatible widths' option.
|
||||
(tt_loader_init): Handle ClearType GETINFO information bits.
|
||||
|
||||
* src/truetype/rules.mk (TT_DRC_SRC): Updated.
|
||||
* src/truetype/rules.mk (TT_DRV_SRC): Updated.
|
||||
|
||||
* src/truetype/ttinterp.c: Include `ttsubpix.h'.
|
||||
[Where necessary, changes below are guarded by
|
||||
|
|
Loading…
Reference in New Issue