This commit is contained in:
Alexei Podtelezhnikov 2017-04-16 23:41:26 -04:00
parent 5efba4c4dc
commit eb0683129b
5 changed files with 7 additions and 7 deletions

View File

@ -1524,7 +1524,7 @@
* src/base/ftcalc.c (FT_DivFix): Fixed a bug in the 64-bit code that * src/base/ftcalc.c (FT_DivFix): Fixed a bug in the 64-bit code that
created incorrect scale factors! created incorrect scale factors!
(FT_Round_Fix, FT_CeilFix, FT_FloorFix): Minor improvements. (FT_RoundFix, FT_CeilFix, FT_FloorFix): Minor improvements.
2001-05-12 Werner Lemberg <wl@gnu.org> 2001-05-12 Werner Lemberg <wl@gnu.org>

View File

@ -617,7 +617,7 @@
`ft_get_adobe_glyph_index', a new function defined in `pstables.h'. `ft_get_adobe_glyph_index', a new function defined in `pstables.h'.
(ps_get_macintosh_name, ps_get_standard_strings): Updated. (ps_get_macintosh_name, ps_get_standard_strings): Updated.
* src/base/ftobjs.c (FT_Set_Char_Sizes): Handle fractional sizes * src/base/ftobjs.c (FT_Set_Char_Size): Handle fractional sizes
more carefully. This fixes Savannah bug #12263. more carefully. This fixes Savannah bug #12263.
2005-03-06 David Turner <david@freetype.org> 2005-03-06 David Turner <david@freetype.org>
@ -2101,7 +2101,7 @@
2004-06-08 David Turner <david@freetype.org> 2004-06-08 David Turner <david@freetype.org>
* include/freetype/freetype.h (FT_GlyphMetrics): Move `lsb_delta' * include/freetype/freetype.h (FT_Glyph_Metrics): Move `lsb_delta'
and `rsb_delta' elements to... and `rsb_delta' elements to...
(FT_GlyphSlotRec): Here to retain binary compatibility with older (FT_GlyphSlotRec): Here to retain binary compatibility with older
FreeType versions. FreeType versions.
@ -5024,7 +5024,7 @@
drivers. drivers.
* src/base/ftobjs.c (FT_Set_Char_Size): Remove redundant code. * src/base/ftobjs.c (FT_Set_Char_Size): Remove redundant code.
(FT_Set_Pixel_Size): Assign value to `metrics' after validation of (FT_Set_Pixel_Sizes): Assign value to `metrics' after validation of
arguments. arguments.
2003-06-20 Werner Lemberg <wl@gnu.org> 2003-06-20 Werner Lemberg <wl@gnu.org>

View File

@ -814,7 +814,7 @@
* include/freetype/ftcache.h (FTC_IMAGE_TYPE_COMPARE, * include/freetype/ftcache.h (FTC_IMAGE_TYPE_COMPARE,
FTC_IMAGE_TYPE_HASH), src/cache/ftcbasic.c (FTC_OldFontRec, FTC_IMAGE_TYPE_HASH), src/cache/ftcbasic.c (FTC_OldFontRec,
FTC_OldImageDescRec, FTC_ImageCache_Lookup, FTC_Image_Cache_New, FTC_OldImageDescRec, FTC_ImageCache_Lookup, FTC_Image_Cache_New,
FTC_OldImage_Desc, FTC_OLD_IMAGE_FORMAT, ftc_old_image_xxx, FTC_OldImageDesc, FTC_OLD_IMAGE_FORMAT, ftc_old_image_xxx,
ftc_image_type_from_old_desc, FTC_Image_Cache_Lookup, ftc_image_type_from_old_desc, FTC_Image_Cache_Lookup,
FTC_SBitCache_Lookup, FTC_SBit_Cache_New, FTC_SBit_Cache_Lookup) FTC_SBitCache_Lookup, FTC_SBit_Cache_New, FTC_SBit_Cache_Lookup)
[FT_CONFIG_OPTION_OLD_INTERNALS]: Try to revive old functions of the [FT_CONFIG_OPTION_OLD_INTERNALS]: Try to revive old functions of the

View File

@ -5243,7 +5243,7 @@
functions related to cmap type 14 support to the functions related to cmap type 14 support to the
`FT_Object_ActionName' scheme: `FT_Object_ActionName' scheme:
FT_Get_Char_Variant_index -> FT_Face_GetCharVariantIndex FT_Get_Char_Variant_Index -> FT_Face_GetCharVariantIndex
FT_Get_Char_Variant_IsDefault -> FT_Face_GetCharVariantIsDefault FT_Get_Char_Variant_IsDefault -> FT_Face_GetCharVariantIsDefault
FT_Get_Variant_Selectors -> FT_Face_GetVariantSelectors FT_Get_Variant_Selectors -> FT_Face_GetVariantSelectors
FT_Get_Variants_Of_Char -> FT_Face_GetVariantsOfChar FT_Get_Variants_Of_Char -> FT_Face_GetVariantsOfChar

View File

@ -2341,7 +2341,7 @@ CHANGES BETWEEN 2.1.8 and 2.1.7
correctly treated as a CID, similar to FreeType's CID driver correctly treated as a CID, similar to FreeType's CID driver
module. Note that CID CMap support is still missing. module. Note that CID CMap support is still missing.
- The FT_FACE_FLAGS_GLYPH_NAMES flag is now set correctly for all - The FT_FACE_FLAG_GLYPH_NAMES flag is now set correctly for all
font formats. font formats.
- Some subsetted Type 1 fonts weren't parsed correctly. This bug - Some subsetted Type 1 fonts weren't parsed correctly. This bug