|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
* src/base/ftoutln.c (FT_OUTLINE_GET_CONTOUR, ft_contour_has, |
|
|
|
|
ft_contour_enclosed, ft_outline_get_orientation): Commented out. We |
|
|
|
|
have to wait until `FT_GlyphSlot_Own_Bitmap' is stabilized. |
|
|
|
|
have to wait until `FT_GlyphSlot_Own_Bitmap' is stabilized. |
|
|
|
|
(FT_Outline_Embolden): Use `FT_Outline_Get_Orientation'. |
|
|
|
|
|
|
|
|
|
2006-02-24 Chia-I Wu <b90201047@ntu.edu.tw> |
|
|
|
@ -12,35 +12,43 @@ |
|
|
|
|
|
|
|
|
|
* include/freetype/ftsynth.h (FT_GlyphSlot_Own_Bitmap), |
|
|
|
|
src/base/ftsynth.c (FT_GlyphSlot_Own_Bitmap): New function to make |
|
|
|
|
sure a glyph slot owns its bitmap. It is also marked experimental and |
|
|
|
|
due to change. |
|
|
|
|
(FT_GlyphSlot_Embolden): Undo the last change. It turns out rendering |
|
|
|
|
the outline confuses some applications. |
|
|
|
|
sure a glyph slot owns its bitmap. It is also marked experimental |
|
|
|
|
and due to change. |
|
|
|
|
(FT_GlyphSlot_Embolden): Undo the last change. It turns out that |
|
|
|
|
rendering the outline confuses some applications. |
|
|
|
|
|
|
|
|
|
2006-02-24 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
* tagging Third release candidate with VER-2-2-0-RC3 |
|
|
|
|
* Release candidate VER-2-2-0-RC3. |
|
|
|
|
---------------------------------- |
|
|
|
|
|
|
|
|
|
* src/cache/ftcbasic.c: correcting compatibility hack bug |
|
|
|
|
* src/cache/ftcbasic.c: Correct compatibility hack bug. |
|
|
|
|
|
|
|
|
|
2006-02-24 Chia-I Wu <b90201047@ntu.edu.tw> |
|
|
|
|
|
|
|
|
|
* include/freetype/freetype.h (FT_Size_RequestRec): Change the type of |
|
|
|
|
`width' and `height' to `FT_Long'. |
|
|
|
|
* include/freetype/freetype.h (FT_Size_RequestRec): Change the type |
|
|
|
|
of `width' and `height' to `FT_Long'. |
|
|
|
|
(enum FT_Size_Request_Type), src/base/ftobjs.c (FT_Request_Metrics): |
|
|
|
|
New request type `FT_SIZE_REQUEST_TYPE_SCALES' to specify the scales |
|
|
|
|
directly. |
|
|
|
|
|
|
|
|
|
2006-02-23 David Turner <david@freetype.org> |
|
|
|
|
|
|
|
|
|
Two patches from Debian libfreetype6 for 2.1.10. |
|
|
|
|
Two BDF patches from Debian libfreetype6 for 2.1.10. |
|
|
|
|
|
|
|
|
|
* src/bdf/bdflib.c (_bdf_parse_glyphs): Fix a bug with zero-width |
|
|
|
|
glyphs. |
|
|
|
|
Fix a problem with large encodings. |
|
|
|
|
|
|
|
|
|
* src/cache/ftccmap.c: trying to hack binary compatibility for |
|
|
|
|
gnustep-back (GNUstep backend module) which still crashes under Sarge. |
|
|
|
|
|
|
|
|
|
Fix binary compatibility issues for gnustep-back (GNUstep backend |
|
|
|
|
module) which still crashes under Sarge. |
|
|
|
|
|
|
|
|
|
* src/cache/ftccmap.c (FTC_OldCMapType, FTC_OldCMapIdRec, |
|
|
|
|
FTC_OldCMapDesc) [FT_CONFIG_OPTION_OLD_INTERNALS]: New data |
|
|
|
|
structures and enumerations. |
|
|
|
|
(FTC_CMapCache_Lookup) [FT_CONFIG_OPTION_OLD_INTERNALS]: New |
|
|
|
|
compatibility code. |
|
|
|
|
|
|
|
|
|
2006-02-23 Chia-I Wu <b90201047@ntu.edu.tw> |
|
|
|
|
|
|
|
|
|