|
5d362b6b
|
2001-03-10T19:08:44
|
|
Changed parse_font_bbox to use FT_Fixed values for the bbox
assignment, and use rounded values instead.
|
|
00169a30
|
2001-03-10T19:06:54
|
|
In CID_Init_Face, use calculated units_per_EM, and if that is not available, default
to 100 units per EM. Changed assignment code for ascender and descender values.
|
|
025c2f3f
|
2001-03-10T19:04:41
|
|
Added units_per_EM processing to parse_font_matrix, and added FT_Fixed
number handling to parse_font_bbox.
|
|
c2f44c16
|
2001-03-10T19:02:51
|
|
Added implementation of three new functions: FT_RoundFix, FT_CeilFix,
and FT_FloorFix.
|
|
f8220925
|
2001-03-10T19:01:21
|
|
Added prototypes and notes for three new functions: FT_RoundFix,
FT_CeilFix, and FT_FloorFix.
|
|
914b289f
|
2001-03-10T17:07:42
|
|
* src/*/*.c: Added many casts to make code more 64bit-safe.
|
|
7124a8e5
|
2001-03-07T21:20:48
|
|
* INSTALL, docs/BUILD: We need GNU make 3.78 or newer.
* src/type1/t1objs.c (T1_Init_Face): Minor correction: We must wait
Submitted by Sander van der Wal <svdwal@xs4all.nl>.
|
|
a20e15bc
|
2001-03-07T20:56:57
|
|
Added entry:
* src/type1/t1objs.c (T1_Init_Face): Minor correction: we must wait
until parse_font_bbox is changed before we use logical shift rights
in the assignments of `root->ascender', `root->descender', and
`root->max_advance_width'.
|
|
bdcfd524
|
2001-03-07T20:53:08
|
|
Minor correction in T1_Init_Face: we must wait until parse_font_bbox
is changed before we use logical shift rights in the assignments of
`root->ascender', `root->descender', and `root->max_advance_width'.
|
|
5441897b
|
2001-03-07T20:43:38
|
|
Added entry:
* src/type1/t1objs.c (T1_Done_Face): Free `char_name' table to
avoid a memory leak.
Submitted by Sander van der Wal <svdwal@xs4all.nl>
|
|
3f06635b
|
2001-03-07T20:42:18
|
|
2001-03-07 Tom Kacvinsky <tjk@ams.org>
* src/type1/t1objs.c (T1_Done_Face): Free `char_name' table to
avoid a memory leak.
Submitted by Sander van der Wal <svdwal@xs4all.nl>
|
|
2e35c9b4
|
2001-03-06T13:56:42
|
|
formatting
|
|
0d832659
|
2001-03-05T16:24:58
|
|
Added entry:
2001-03-05 Tom Kacvinsky <tjk@ams.org>
* src/cff/cffgload.c (CFF_Load_Glyph): Set glyph control data to the
the Type 2 glyph charstring (used by conversion programs). Submitted
by Ha Shao <hashao@chinese.com>.
|
|
e20035ae
|
2001-03-05T16:22:25
|
|
2001-03-05 Tom Kacvinsky <tjk@ams.org>
* src/cff/cffgload.c (CFF_Load_Glyph): Set glyph control data to the
the Type 2 glyph charstring (used by conversion programs).
Submitted by Ha Shao <hashao@chinese.com>.
|
|
ca3035ad
|
2001-03-05T00:15:37
|
|
* include/freetype/ttnameid.h: Correct a stupid typo which prevented
correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice).
I am sorry for the inconvenience :-(.
|
|
29179a33
|
2001-03-04T22:10:36
|
|
* builds/unix/detect.mk: Add test for Hurd.
* builds/hurd/detect.mk: Removed.
|
|
e274cfd3
|
2001-03-04T21:53:08
|
|
* src/autohint/ahtypes.h (AH_Hinter): Add elements
`disable_horz_edges', `disable_vert_edges'.
* src/autohint/ahhint.c (ah_hint_edges_3, ah_hinter_hint_edges): Use
them (and remove static variables with the same names).
* src/pcf/pcfutil.c (BitOrderInvert): Add `const'.
* docs/glnames.py: Updated to latest pstables.h changes.
* src/psnames/pstables.h: Add more `const'.
* src/pcf/pcfutil.c: Ditto.
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixing typo
(FT_Glyph_Done -> FT_Done_Glyph).
* include/freetype/ttnameid.h: Added some new Microsoft language
codes and LCIDs as found in Office Xp.
* builds/hurd/detect.mk: New file. Added support to detect the GNU
Hurd operating system as Unix-like. Fix submitted by Anthony Fok
<foka@debian.org>.
* src/type1/t1gload.c (T1_Load_Glyph): Set glyph control data to the
the Type 1 glyph charstring (used by conversion programs).
Submitted by Ha Shao <hashao@chinese.com>.
* src/base/ftgrays.c (grays_sweep): The function didn't exit
immediately if `num_cells' was 0 as it should. Thanks to Boris for
finding this out.
* src/base/ftglyph.c (FT_Glyph_To_Bitmap): Fixed memory leak when
bitmap rendering fails (thanks to Graham Asher).
* docs/docmaker.py, include/freetype/*.h: Updated the DocMaker
script to support chapters and section block ordering. Updated the
public header files accordingly.
* src/base/ftglyph.c (FT_Glyph_Copy): Advance width and glyph format
were not correctly copied.
|
|
6d27936a
|
2001-03-01T18:00:44
|
|
* include/freetype/ttnameid.h: added some new Microsoft language
codes and LCIDs as found in Office Xp.
|
|
8a8d5c88
|
2001-02-28T09:36:13
|
|
the Type 1 glyph loader now sets the glyph control data to the
T1 charstrings program.
|
|
131f8ea8
|
2001-02-28T09:09:05
|
|
added automatic detection for the HURD operating system
|
|
5aeaad6c
|
2001-02-23T17:47:41
|
|
fixed a bug reported by Graham Asher
|
|
f3b07226
|
2001-02-16T16:40:59
|
|
fixed a small bug in FT_Glyph_Copy
|
|
8fe916ca
|
2001-02-16T16:27:35
|
|
fixed a small bug (the advance and format were not copied in
FT_Glyph_Copy)
|
|
20e862be
|
2001-02-14T08:31:55
|
|
* builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org).
|
|
0b2137e5
|
2001-02-14T04:59:57
|
|
* docs/docmaker.py (DocSection::add_element): Use
`self.print_error()'.
to support chapters and section block ordering. Updated the public
|
|
e231a658
|
2001-02-13T17:42:49
|
|
update docmaker.py to support chapters and section block ordering
updated public header files, as well as "ftchapters.h" which only
contains comment that hold the list of section chapters..
|
|
500dc854
|
2001-02-10T17:45:01
|
|
formatting
|
|
16c691c1
|
2001-02-08T23:26:09
|
|
minor correction to 2001-02-07 entries.
|
|
78b5f17a
|
2001-02-08T23:25:19
|
|
* src/cff/cffparse.c (cff_parse_font_matrix): Removed an
unnecessary fprintf( stderr, ... ).
|
|
1e5f0ee6
|
2001-02-08T23:23:46
|
|
Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix
|
|
43a9c9d3
|
2001-02-07T03:48:24
|
|
Added entry for function is_alpha. Code now makes `-' a valid
alphanumeric character.
|
|
97094311
|
2001-02-07T03:45:49
|
|
In function is_alpha, make `-' a legal alphanumeric character. This
is so that font names with `-' are fully parsed, etc...
|
|
1df6a317
|
2001-02-07T01:24:11
|
|
Added entries for changes to CFF and Type 1 drivers, related to units
per EM. That is, calculate the units per EM based on the FontMatrix.
|
|
7b91bead
|
2001-02-07T01:14:53
|
|
In function T1_Init_Face, added code to get the units_per_EM from the
value assigned in parse_font_matrix, if available. Default to 1000 if
not available.
|
|
d30bcd20
|
2001-02-07T01:13:21
|
|
In struct CFF_Font_Dict_, added a units_per_em member to facilitate
passing of units_per_em form function cff_parse_font_matrix.
|
|
c27cd28e
|
2001-02-07T01:11:54
|
|
In function cff_parse_font_matrix, added logic to get the units_per_EM
from the FontMatrix.
Added a new function (cff_parse_fixed_thousand) that gets a real
number fromt he CFF font, but multiplies by 1000 (this is to avoid
rounding errors when placing this real number into a 16.16 fixed
number).
In function cff_parse_real, added code so that the integer part is
moved into the high sixtenn bits of the 16.16 fixed number.
|
|
c97cf17a
|
2001-02-07T01:08:34
|
|
In function CFF_Init_Face, added logic to get the units per EM from
the CFF dictionary, if available.
|
|
e56b411f
|
2001-02-03T04:34:53
|
|
* src/psaux/psobjs.c (shift_elements): Remove if clause (which is
obsolete now).
(reallocate_t1_table, PS_Table_Done): Replace REALLOC() with ALLOC()
+ MEM_Copy() to avoid a memory bug.
|
|
65d328ea
|
2001-02-03T03:00:06
|
|
formatting, ChangeLog entry
|
|
1ae67a2e
|
2001-02-02T05:24:11
|
|
improved docmaker slightly (better indexing, support for "<order>" marker
in section blocks, see "fttypes.h")
|
|
331780c9
|
2001-01-31T03:00:22
|
|
Update of ttnameid.h with the most recent informations from Microsoft's SDK
|
|
2f41a46a
|
2001-01-24T22:44:22
|
|
Added entries for changes to Type 1 driver (related to FontInfo
dictionaries and units per em).
|
|
b2d5fefe
|
2001-01-24T22:41:20
|
|
In function parse_font_matrix, added heuristic to get units_per_EM
from the font matrix.
In parse_dict, deleted test to see if the FontInfo keyword has been
seen. Deletion of this test allows fonts without FontInfo
dictionaries to be parsed by the Type 1 driver.
In T1_Open_Face, deleted empty subroutines array test to make sure
fonts with no subroutines still are parsed.
|
|
f3bdbb45
|
2001-01-22T15:26:02
|
|
another small update of the Unicode range comments
|
|
3708bdb3
|
2001-01-19T03:33:30
|
|
grammatical fixes
|
|
3dac27d9
|
2001-01-18T04:00:12
|
|
* src/pcfread.c (pcf_get_properties, pcf_get_metrics,
pcf_get_bitmaps): Fix compiler errors.
* src/pcf/pcfread.c: Removed some compilation warnings related
|
|
9e708eb5
|
2001-01-15T23:11:55
|
|
formatting
|
|
db071787
|
2001-01-12T21:49:08
|
|
some minor changes to allow compilation in all modes, without warnings
|
|
c7c2c91a
|
2001-01-12T05:32:04
|
|
* builds/unix/freetype-config.in: Fix problems with separate
--prefix and --exec-prefix.
more robust handling of pathname wildcard matching.
|
|
b6c1bf86
|
2001-01-12T00:33:30
|
|
added cross-reference generation
|
|
38208a6e
|
2001-01-11T09:27:49
|
|
* docs/docmaker.py: Minor improvements to reduce unwanted spaces
and empty lines in output.
* docs/docmaker.py: Improved script to generate table of contents
and index pages. It also supports wildcards on non Unix systems.
* include/freetype/*.h, include/freetype/cache/*.h: Updated comments
to include section definitions/delimitations for the API Reference
generator.
* include/freetype/freetype.h: Moved declaration of
`FT_Generic_Finalizer' and the `FT_Generic' structure to...
* include/freetype/fttypes.h: here.
|
|
0f5616a8
|
2001-01-10T11:15:48
|
|
updated documentation in public header files
|
|
18b55f7b
|
2001-01-10T06:53:49
|
|
improved the docmaker script
|
|
4c8815e1
|
2001-01-05T05:15:49
|
|
* include/freetype/ttnameid.h: Updated Unicode code range comments.
|
|
d573c7e7
|
2001-01-03T07:14:12
|
|
formatting
|
|
d0165401
|
2001-01-03T07:12:49
|
|
Added entries for changes to CFF driver function, variable, and source
file names.
|
|
c3e987e2
|
2001-01-03T06:47:10
|
|
* builds/vms: Support files for VMS architecture added.
* descrip.mms, src/*/descrip.mms: VMS makefiles added.
* README.VMS: New file.
* LICENSE.TXT: Added info about PCF driver license.
|
|
78e8608d
|
2001-01-03T06:38:54
|
|
import of vms stuff
|
|
53ecd889
|
2001-01-03T06:38:54
|
|
Initial revision
|
|
332bc321
|
2001-01-03T00:29:35
|
|
Changed to use cfftypes.h instead of t2types.h. Also, we now use
cfferrs.h instead of t2errors.h.
|
|
0f27de12
|
2001-01-03T00:27:46
|
|
Merged in changes from t2types.h, and made this the canonical `types'
header for the CFF driver.
|
|
059bcea7
|
2001-01-03T00:26:56
|
|
This file was merged with cfftypes.h and is no longer necessary.
|
|
5090a09e
|
2001-01-03T00:25:36
|
|
This file was previously known as t2errors.h.
|
|
2e7cdb14
|
2001-01-03T00:24:58
|
|
Renamed to cfferrs.h.
|
|
8d1f6049
|
2001-01-03T00:21:59
|
|
Changed to use cffgload.{c,h} instead of t2gload.{c,h}. Also, all
occurences of t2_ (T2_) were replaced with cff_ (CFF_, resp.).
|
|
8050a6b8
|
2001-01-03T00:17:58
|
|
This file was previously known as t2gload.h.
|
|
167e2be4
|
2001-01-03T00:17:15
|
|
Renamed to cffgload.h.
|
|
ceac7b9f
|
2001-01-03T00:16:24
|
|
Changed to reflect the changes made in the source files:
we now use cffgload.{c,h} instead of t2gload.{c,h}.
|
|
cd92b11d
|
2001-01-03T00:15:00
|
|
This file was previously known as t2gload.c.
|
|
fa3d6e94
|
2001-01-03T00:14:11
|
|
Renamed t2gload.c to cffgload.c.
|
|
389acc62
|
2001-01-01T17:25:21
|
|
* src/pcf/*: New driver module for PCF font format (used in
X Windows).
* include/freetype/internal/ftdebug.h (FT_Trace): Added values for
PCF driver.
* include/freetype/internal/pcftypes.h: New file.
* include/freetype/config/ftmodule.h: Added PCF driver module.
* src/winfonts/winfnt.c (FNT_Get_Char_Index): Fix parameter type.
* builds/modules.mk (clean_module_list): Fixed deletion of module
file in case `make make_module_list' is called before `make setup'.
|
|
a9f3ccb5
|
2001-01-01T17:24:31
|
|
import of PCF driver
|
|
f28b7bfa
|
2001-01-01T17:24:31
|
|
Initial revision
|
|
6b766636
|
2000-12-30T22:14:58
|
|
* src/cff/cffload.c (CFF_Load_Charset): Improved error messages.
(CFF_Load_Charset, CFF_Load_Encoding): Remove unnecessary variable
definition.
* src/cff/t2gload.c (t2_lookup_glyph_by_stdcharcode,
t2_operator_seac): Added these functions for use in implementing the
seac emulation provided by the Type 2 endchar operator.
(T2_Parse_CharStrings): Added seac emulation for the endchar
operator.
CFF_Done_Encoding, CFF_Done_Charset): Extended to load and parse the
charset/encoding tables, and free the memory used by them when the
CFF driver is finished with them. Added tables
|
|
e39266ab
|
2000-12-30T01:18:22
|
|
Added entries for changes to CFF driver sources and headers. We now
have a working charset and encoding parser, along with a working seac
emulation (the 5 argument version of endchar).
|
|
fc1de559
|
2000-12-30T01:13:50
|
|
Changed the structures CFF_Encoding and CFF_Charset.
|
|
97550fc4
|
2000-12-30T01:13:07
|
|
Chnaged the structures CFF_Charset and CFF_Encoding.
|
|
abe0d472
|
2000-12-30T00:39:40
|
|
Added functions t2_lookup_glyph_by_stdcharcode and t2_operator_seac
for use in implementing the seac emulation provided by the Type 2
endchar operator.
Extended T2_Parse_CharStrings to add seac emulation for the endchar
operator.
|
|
4ba1c0ad
|
2000-12-30T00:37:14
|
|
Added tables
cff_isoadobe_charset
cff_expert_charset
cff_expertsubset_charset
cff_standard_encoding
cff_expert_encoding
Extended functions CFF_Load_Encoding, CFF_Load_Charset, CFF_Done_Encoding,
and CFF_Done_Charset to load and parse the charset/encoding tables, and
free the memory used by them when FreeType is finished with them.
|
|
7fdd1e52
|
2000-12-24T10:05:04
|
|
Added entries pertaining to the changes needed in the CFF/Type 2
driver for font transforms to work.
|
|
91a0b65f
|
2000-12-24T10:01:54
|
|
In function T2_Load_Glyph, added code so that the font transform is
applied.
|
|
a05c02c9
|
2000-12-24T09:57:28
|
|
Added code to cff_parse_font_matrix so that the font matrix numbers
are scaled by 1/(matrix->yy). Also, the offset vector now contains
integer values instead of 16.16 fixed numbers.
|
|
d85623c2
|
2000-12-23T16:55:29
|
|
Minor doc fix.
|
|
390ec384
|
2000-12-22T07:35:19
|
|
Fixed 2000-12-21 entry for ah_hinter_load and ah_hinter_load_glyph to
be more general. The problem affected more than synthetic fonts.
Added an entry for changes to ahhint.c. I mistakenly committed
ahhint.c without removing unnecessay comments. Furthermore, I did not
remove some code that I had commented out. Silly me!
|
|
45fbecbb
|
2000-12-22T07:24:02
|
|
Removed unnecessary comments and commented-out code from ah_hinter_load_glyph.
|
|
55b7403b
|
2000-12-22T03:40:14
|
|
removing obsolete "cidafm" files
|
|
42f1d254
|
2000-12-21T01:34:01
|
|
Added entry for fixes to autohinter (related to synthetic fonts).
|
|
f8d841a7
|
2000-12-21T01:25:13
|
|
Changed functions ah_hinter_load and ah_hinter_load_glyph so that
synthetic fonts render correctly. Previously, the first glyph
rendered from such a font did not have the FontMatrix applied.
|
|
594f0c96
|
2000-12-20T22:09:41
|
|
* *.mk: Added lots of `.PHONY' targets.
* *.mk: Implemented `platform' target to disable auto-detection.
Added support for clipped direct rendering in the smooth renderer.
This should not break binary compatibility of existing applications.
* include/freetype/fttypes.h, include/freetype/ftimage.h: Move
definition of the FT_BBox structure from the former to the latter.
* include/freetype/ftimage.h: Add `ft_raster_flag_clip' value to
FT_Raster_Flag enumeration.
Add `clip_box' element to FT_Raster_Params structure.
* src/smooth/ftgrays.c (grays_convert_glyph): Implement it.
* src/raster/ftraster.c (ft_black_render): Test for unsupported
direct rendering before testing arguments.
|
|
5a2fdc0c
|
2000-12-14T22:57:17
|
|
* INSTALL: Added info about makepp.
|
|
1eb9a43a
|
2000-12-14T21:24:27
|
|
fixed small bug (no need to test target pixmap in direct rendering mode)
|
|
28ffa1f5
|
2000-12-14T21:22:15
|
|
* docs/design/modules.html: Removed. Covered by design-*.html.
src/smooth/ftgrays.c: Added support for clipped direct rendering in
the smooth renderer. This should not break binary compatibility of
existing applications.
* INSTALL: Updated installation instructions on Win32, listing the
new "make setup list" target used to list supported
compilers/targets.
|
|
859a18a3
|
2000-12-14T18:50:40
|
|
support for clipped direct rendering
updated INSTALL file for Win32 case
|
|
63408a12
|
2000-12-13T23:44:37
|
|
include/freetype/internal/internal.h: Fixed header inclusion macros
to use direct definitions. This is the only way to do these things
in a portable way :-( The rest of the code should follow shortly
though everything compiles now.
* builds/compiler/intelc.mk, builds/compiler/watcom.mk: New files.
* builds/win32/detect.mk: Added support for the Intel C/C++
compiler, as well as _preliminary_ (read: doesn't work!) support for
Watcom. Also added a new setup target. Type "make setup list" for
a list of supported command-line compilers on Win32.
* src/base/ftdebug.c: Added dummy symbol to avoid empty file if
conditionals are off.
|
|
170c0d4c
|
2000-12-13T19:55:11
|
|
* include/freetype/config/ft2build.h,
include/freetype/internal/internal.h: fixed header inclusion macros
to use direct definitions. This is the only way to do these things
in a portable way :-( The rest of the code should follow shortly
though everything compiles now..
* builds/compiler/intelc.mk, builds/compiler/watcom.mk,
builds/win32/detect.mk: added support for the Intel C/C++ compiler,
as well as _preliminary_ (read: doesn't work !!) support for Watcom.
Also added a new setup target. Type "make setup list" for a list
of supported command-line compilers on Win32..
|
|
6b41954e
|
2000-12-13T09:21:59
|
|
* builds/unix/ftsystem.c: Fixed typos. Fixed inclusion of wrong
ftconfig.h file.
|
|
d5c1b27d
|
2000-12-12T22:28:12
|
|
* include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT):
Removed. ANSI C doesn't (explicitly) allow macro expansion in
arguments using `##'.
(FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE): Use directory
names directly. Make them configurable. Use `##' to strip leading
and trailing spaces from arguments.
* builds/unix/ft2unix.h: Adapted.
* src/base/ftsystem.c (ft_alloc, ft_realloc, ft_free, ft_io_stream,
ft_close_stream): Use FT_CALLBACK_DEF.
* builds/unix/ftsystem.c: Use new header scheme.
(FT_Done_Memory): Use free() from FT_Memory structure.
* src/base/ftinit.c, src/base/ftmac.c: Header scheme fixes.
* include/freetype/config/ft2build.h (FT2_CONFIG_ROOT,
FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE,
FT_SOURCE_FILE): Use `##' operator to be really ANSI C compliant.
|
|
4978d04e
|
2000-12-12T16:39:11
|
|
sigh,...
|
|
16a60e87
|
2000-12-12T16:29:46
|
|
next try
|
|
9fe338bf
|
2000-12-12T16:06:49
|
|
next try
|