Commit Graph

1075 Commits

Author SHA1 Message Date
David Turner
c9ae7e72e6 just testing the CVS loginfo setup 2001-10-18 15:02:47 +00:00
David Turner
d89e3ec521 just testing the CVS loginfo setup 2001-10-18 14:58:45 +00:00
David Turner
8fcb79c8c6 just testing the CVS loginfo setup 2001-10-18 14:57:28 +00:00
David Turner
bfdaf0bfca just testing the CVS loginfo setup 2001-10-18 14:54:49 +00:00
David Turner
812a8fabf7 just testing the CVS loginfo setup 2001-10-18 14:50:01 +00:00
David Turner
48815fc8c3 just testing the CVS loginfo setup 2001-10-18 14:49:12 +00:00
David Turner
2ab4833518 just testing the CVS loginfo setup 2001-10-18 14:45:28 +00:00
David Turner
99fc859697 just testing the CVS loginfo setup 2001-10-18 14:36:46 +00:00
David Turner
701efef72e just testing the CVS loginfo setup 2001-10-18 14:35:52 +00:00
David Turner
1585605454 just testing the CVS loginfo setup 2001-10-18 14:33:11 +00:00
David Turner
617579b75b just testing the CVS loginfo setup 2001-10-18 14:31:41 +00:00
David Turner
5f2d493fea just testing the CVS loginfo setup 2001-10-18 14:27:43 +00:00
David Turner
4a458a1f43 just testing the CVS loginfo setup 2001-10-18 14:25:38 +00:00
David Turner
05bcf2cf55 just testing the CVS loginfo setup 2001-10-18 14:12:44 +00:00
David Turner
acfbbcf3ad just testing the CVS loginfo setup 2001-10-18 14:10:23 +00:00
David Turner
76e596c08c just testing the CVS loginfo setup 2001-10-18 14:07:06 +00:00
David Turner
c4c4edbc1e just testing the CVS loginfo setup 2001-10-18 14:02:15 +00:00
David Turner
4ae546a2f2 just testing the CVS loginfo setup 2001-10-18 14:00:54 +00:00
David Turner
17151ce6f6 just testing the CVS loginfo setup 2001-10-18 13:58:05 +00:00
David Turner
d305744dad just testing the CVS loginfo setup 2001-10-18 13:52:47 +00:00
David Turner
6ee6f94705 documentation update 2001-10-18 13:22:01 +00:00
David Turner
1a2af1f3d5 rewrote "glnames.py" to fix a rather nasty bug that made FreeType
return incorrect glyph names for certain glyph indices..
2001-10-18 13:20:01 +00:00
David Turner
9e1a4b4271 updating ChangeLog and Jamfile for the new Postscript hinter 2001-10-18 11:59:08 +00:00
David Turner
e57a868725 changing pixel size computations for better accuracy (experimental) 2001-10-18 11:57:52 +00:00
David Turner
b557d4951c Adding glyph hinter debugging program.
WARNING:
You cannot compile this program without a (yet) unavailable
third-party library named "Nirvana".. this is reserved for FreeType
development exclusively..
2001-10-18 11:50:31 +00:00
David Turner
94bec3e1ba add support for new postscript hinter 2001-10-18 11:49:26 +00:00
David Turner
fa69bbec01 add support for new postscript hinter 2001-10-18 11:46:25 +00:00
David Turner
e888167e1f adding new postscript hinter 2001-10-18 11:38:43 +00:00
David Turner
02701db9ce adding support to new postscript hinter 2001-10-18 11:26:21 +00:00
David Turner
de3fb83c68 fixing a "bug" that affected the Postscript hinter: growing a memory block
though "realloc" didn't clear the new bytes of memory..
2001-10-18 11:23:51 +00:00
David Turner
e65e9b13c2 fixed typo 2001-10-18 10:27:56 +00:00
David Turner
d2271084d3 updated FT_Div64by32 2001-10-18 09:51:09 +00:00
David Turner
60438ae490 minimal optimisation submitted by Graham Asher 2001-10-17 14:29:51 +00:00
David Turner
511fa11bd8 documentation update for 2.0.5 2001-10-17 13:57:02 +00:00
David Turner
01fbfe3e75 implementing a new function named "FT_Get_Postscript_Name" to
retrieve a face's "unique" Postscript name
2001-10-17 13:48:10 +00:00
David Turner
970c162290 tagging files, checking new CVS -> mail script 2001-10-17 11:33:01 +00:00
Werner Lemberg
6a36a6db05 Fixed a bug in `glnames.py' that prevented it from generating
correct glyph names tables.  This resulted in the unavailability of
certain glyphs like `Cacute', `cacute' and `lslash' in Unicode
charmaps, even if these were present in the font (causing problems
for Polish users).

* src/tools/glnames.py (mac_standard_names): Fixed.
(t1_standard_strings): Some fixes and renamed to ...
(sid_standard_names): This.
(t1_expert_encoding): Fixed.
(the_adobe_glyph_list): Renamed to ...
(adobe_glyph_names): This.
(the_adobe_glyphs): Renamed to ...
(adobe_glyph_values): This.
(dump_mac_indices, dump_glyph_list, dump_unicode_values, main):
Updated.
* src/psnames/pstables.h: Regenerated.
* src/psnames/psmodule.c (PS_Unicode_Value): Fix offset.
Fix return value.
Use `sid_standard_table' and `ps_names_to_unicode' instead of
`t1_standard_glyphs' and `names_to_unicode'.
(PS_Macintosh_Name): Use `ps_glyph_names' instead of
`standard_glyph_names'.
(PS_Standard_Strings): Use `sid_standard_names' instead of
`t1_standard_glyphs'.
* doc/BUGS, doc/TODO: New documents.
* src/cache/ftlru.c (FT_Lru_Lookup_Node): Fixed a bug that prevented
correct LRU behaviour.
setjmp() and longjmp() are now used for rollback (i.e. when memory
pool overflow occurs).
Function names are now all uniformly prefixed with `gray_'.

* src/smooth/ftgrays.c: Include <setjmp.h>.
(ErrRaster_MemoryOverflow): New macro.
(TArea): New type to store area values in each cell (using `int' was
too small on 16-bit systems).  <limits.h> is included to properly
get the needed data type.
(TCell, TRaster): Use it.
(TRaster): New element `jump_buffer'.
(gray_compute_cbox): Use `RAS_ARG' as the only parameter and get
`outline' from it.
(gray_record_cell): Use longjmp().
(gray_set_cell): Use gray_record_cell() for error handling.
(gray_render_line, gray_render_conic, gray_render_cubic): Simplify.
(gray_convert_glyph_inner): New function, using setjmp().
(gray_convert_glyph): Use it.


Provide a public API to manage multiple size objects for a given
FT_Face in the new header file `ftsizes.h'.

* include/freetype/ftsizes.h: New header file,
* include/freetype/internal/ftobjs.h: Use it.
Remove declarations of FT_New_Size and FT_Done_Size (moved to
ftsizes.h).
* include/freetype/config/ftheader.h (FT_SIZES_H): New macro.
* src/base/ftobjs.c (FT_Activate_Size): New function.
* src/cache/ftcmanag.c: Include ftsizes.h.
(ftc_manager_init_size, ftc_manager_flush_size): Use
FT_Activate_Size.
2001-10-10 19:56:42 +00:00
David Turner
05e3ed907c updating CHANGES
preparing for the 2.0.5 release
2001-10-09 07:32:50 +00:00
David Turner
b246a5efd6 * src/psnames/pstables.h, src/psnames/psmodule.c, src/tools/glnames.py:
fixed a bug in 'glnames.py' that prevented it from generating correct
	glyph names table. This resulted in the unavailability of certain glyphs
	like "Cacute", "cacute" and "lslash" in Unicode charmaps, even if these
	were present in the font (causing problems for Polish users).
2001-10-08 21:18:11 +00:00
David Turner
f70cf971a8 oops, forgot to add this file 2001-10-08 20:46:37 +00:00
David Turner
78b6740ff2 * include/freetype/ftsizes.h, src/base/ftobjs.c, src/cache/ftcmanag.c:
added a new header, named "ftsizes.h" (FT_SIZES_H) to provide a public
	API to manage multiple size objects for a given FT_Face.
2001-10-07 13:30:26 +00:00
David Turner
8bb7aba785 * src/cache/ftlru.c (FT_Lru_Lookup_Node): fixed a bug that prevented
correct LRU behaviour
2001-10-07 11:06:07 +00:00
David Turner
30c58089e4 * src/smooth/ftgrays: "setjmp/longjmp" is now used for rollback (i.e.
when memory pool overflow occurs), function names are now all prefixed
	with "gray_", and a new type (TArea) is defined to store area value in
	each cell (using "int" was too small on 16-bit systems)..
2001-10-07 10:39:03 +00:00
David Turner
0a746fadff Adding a new file named docs/BUGS contained a table of known bugs
of the library

Updated the docs/CHANGES and docs/TODO documents slightly
2001-10-05 14:23:03 +00:00
David Turner
70a2c42586 fixing a bug related to decoding glyph names like "uniXXXX" into
Unicode character codes
2001-10-05 09:42:50 +00:00
Werner Lemberg
c3ec1c6580 *** empty log message *** 2001-09-20 12:01:09 +00:00
Werner Lemberg
7b2726963f Amiga port 2001-09-20 11:58:51 +00:00
Werner Lemberg
263f61bfb1 Initial revision 2001-09-20 11:58:51 +00:00
Werner Lemberg
093edacc49 * src/type1/t1afm.c (T1_Done_AFM): Free `afm'. 2001-09-15 10:05:12 +00:00
Werner Lemberg
fc56e11bed * src/sfnt/ttcmap.c (code_to_index2): Handle code values with
hi-byte == 0 correctly.

* builds/link-std.mk ($(PROJECT_LIBRARY)): Fix typo.
2001-09-10 13:11:52 +00:00