* src/cid/cidload.c (parse_font_matrix): Added units_per_EM * src/type1/t1load.c (parse_font_bbox): Changed to use FT_FixedVER-2-0-4-PATCH
parent
ae6e13e7ea
commit
183ee0af2f
5 changed files with 35 additions and 30 deletions
@ -1,10 +1,12 @@ |
||||
Here is a list of items that need to be addressed in FreeType 2: |
||||
|
||||
* Add synthesized Unicode charmap processing to the CFF driver. |
||||
* Add synthesized Unicode charmap processing to the CFF driver. |
||||
|
||||
* Investigate usage of casts and bit width of integer types used. The idea is |
||||
to typedef FT_Fixed, FT_Long, FT_Int, etc... to use the appropriate built in |
||||
integer types. This is so that we may avoid unnecessary explict typecasts and |
||||
side affects inherent in implict casts. This is mostly an issue on platforms |
||||
where long integers are 64 bits wide (instead of 32 bits wide). |
||||
* Investigate usage of casts and bit width of integer types used. The idea is |
||||
to typedef FT_Fixed, FT_Long, FT_Int, etc. to use the appropriate built in |
||||
integer types. This is so that we may avoid unnecessary explict typecasts |
||||
and side affects inherent in implict casts. This is mostly an issue on |
||||
platforms where long integers are 64 bits wide (instead of 32 bits wide). |
||||
|
||||
* Fix exact bbox calculation. The current code uses an iterative algorithm |
||||
which can fail miserably. |
||||
|
Loading…
Reference in new issue