mirror of https://github.com/freetype/freetype
Typos.
This commit is contained in:
parent
3c64af98ff
commit
6d07034609
|
@ -1869,7 +1869,7 @@
|
|||
|
||||
2015-11-27 Tamas Kenez <tamas.kenez@adasworks.com>
|
||||
|
||||
[cmake] Make `FindHarfbuzz' observe the REQUIRED option.
|
||||
[cmake] Make `FindHarfBuzz' observe the REQUIRED option.
|
||||
|
||||
* builds/cmake/FindHarfBuzz.cmake: Implement it.
|
||||
|
||||
|
|
|
@ -571,7 +571,7 @@
|
|||
doing anything else. This avoids unnecessary heap allocations
|
||||
(400KByte of heap memory for the LZW decoder).
|
||||
|
||||
* src/gzip/ftgzip.c (FT_Stream_OpenGZip): Ditto for the gzip
|
||||
* src/gzip/ftgzip.c (FT_Stream_OpenGzip): Ditto for the gzip
|
||||
decoder, although the code savings are smaller.
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
@ -2289,7 +2289,7 @@
|
|||
|
||||
* src/cff/cffgload.h (CFF_Builder): Remove `error'.
|
||||
* src/cff/cffgload.c (cff_decoder_parse_charstrings): Replace
|
||||
`Memory_Error' with `Fail' und update all users.
|
||||
`Memory_Error' with `Fail' and update all users.
|
||||
|
||||
2004-05-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
@ -6973,7 +6973,7 @@
|
|||
|
||||
* src/pshinter/pshalgo2.c (psh2_glyph_find_strong_points),
|
||||
src/pshinter/pshalgo3.c (psh3_glyph_find_strong_points): Adding fix
|
||||
to prevent seg fault when hints are provided in an empty glyph.
|
||||
to prevent segfault when hints are provided in an empty glyph.
|
||||
|
||||
* src/cache/ftccache.i (GEN_CACHE_LOOKUP) [FT_DEBUG_LEVEL_ERROR]:
|
||||
Removed conditional code. This fixes a bug that prevented
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
2006-04-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/psaux/psobjs.c (shift_elements): Don't use FT_Long but
|
||||
FT_PtrDiff for `delta'. Reported by Céline PILLET
|
||||
FT_PtrDist for `delta'. Reported by Céline PILLET
|
||||
<Celine.Pillet@Tagginfo.com>.
|
||||
|
||||
2006-04-21 David Turner <david@freetype.org>
|
||||
|
@ -2371,7 +2371,7 @@
|
|||
(gxv_kern_subtable_fmt1_valueTable_load,
|
||||
gxv_kern_subtable_fmt1_subtable_setup,
|
||||
gxv_kern_subtable_fmt1_entry_validate): Fix C++ compiler errors.
|
||||
(gxv_kern_coverage_validate): Use KERN_DIALECT_UNKWOWN.
|
||||
(gxv_kern_coverage_validate): Use KERN_DIALECT_UNKNOWN.
|
||||
Improve trace message.
|
||||
(gxv_kern_validate_generic): Fix C++ compiler error.
|
||||
Improve trace message.
|
||||
|
|
|
@ -2815,7 +2815,7 @@
|
|||
ft_bitmap_glyph_class and ft_outline_glyph_class will be allocated
|
||||
in the pic_container instead of the global scope and use macros from
|
||||
basepic.h to access them.
|
||||
* src/base/ftbbox.c allocate bbox_interface stract on the stack
|
||||
* src/base/ftbbox.c allocate bbox_interface struct on the stack
|
||||
instead of the global scope when FT_CONFIG_OPTION_PIC is defined.
|
||||
* src/base/ftstroke.c access ft_outline_glyph_class allocated in
|
||||
ftglyph.c via macros from basepic.h
|
||||
|
|
|
@ -4000,7 +4000,7 @@
|
|||
|
||||
[autofit] Add bluezones for CJK Ideographs.
|
||||
|
||||
To remove extremas of vertical strokes of CJK Ideographs at
|
||||
To remove extrema of vertical strokes of CJK Ideographs at
|
||||
low resolution and make the top and bottom horizontal stems
|
||||
aligned, bluezones for CJK Ideographs are calculated from
|
||||
sample glyphs. At present, vertical bluezones (bluezones
|
||||
|
|
|
@ -3240,7 +3240,7 @@
|
|||
|
||||
*/*: Essentially do `s@/freetype/@/@' where appropriate.
|
||||
|
||||
* CMakeList.txt: Simplify.
|
||||
* CMakeLists.txt: Simplify.
|
||||
* builds/unix/freetype-config.in, builds/unix/freetype2.in: For
|
||||
`--cflags', return a single directory.
|
||||
* builds/unix/install.mk (install): No longer try to remove `cache'
|
||||
|
|
Loading…
Reference in New Issue