David Turner
76b88d5267
fixed a small bug in FT_Glyph_Copy
24 years ago
David Turner
532e02ad82
fixed a small bug (the advance and format were not copied in
...
FT_Glyph_Copy)
24 years ago
Werner Lemberg
228859b229
* builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org).
24 years ago
Werner Lemberg
82b87b344c
* docs/docmaker.py (DocSection::add_element): Use
...
`self.print_error()'.
to support chapters and section block ordering. Updated the public
24 years ago
David Turner
cb36b4a37d
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..
24 years ago
Werner Lemberg
7fcdadc17a
formatting
24 years ago
Tom Kacvinsky
502f702125
minor correction to 2001-02-07 entries.
24 years ago
Tom Kacvinsky
f4655dd4f6
* src/cff/cffparse.c (cff_parse_font_matrix): Removed an
...
24 years ago
Tom Kacvinsky
a359d8a698
Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix
24 years ago
Tom Kacvinsky
02a16fba39
Added entry for function is_alpha. Code now makes `-' a valid
...
alphanumeric character.
24 years ago
Tom Kacvinsky
b3e3a77c2d
In function is_alpha, make `-' a legal alphanumeric character. This
...
is so that font names with `-' are fully parsed, etc...
24 years ago
Tom Kacvinsky
0f9eab88c3
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.
24 years ago
Tom Kacvinsky
6ad5735a27
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.
24 years ago
Tom Kacvinsky
91649c7a31
In struct CFF_Font_Dict_, added a units_per_em member to facilitate
...
passing of units_per_em form function cff_parse_font_matrix.
24 years ago
Tom Kacvinsky
91f450c295
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.
24 years ago
Tom Kacvinsky
9df36e4718
In function CFF_Init_Face, added logic to get the units per EM from
...
the CFF dictionary, if available.
24 years ago
Werner Lemberg
a15e07e31c
* 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.
24 years ago
Werner Lemberg
3b5915dee7
formatting, ChangeLog entry
24 years ago
David Turner
3fe7ba83a1
improved docmaker slightly (better indexing, support for "<order>" marker
...
in section blocks, see "fttypes.h")
24 years ago
Antoine Leca
51bbfa5a70
Update of ttnameid.h with the most recent informations from Microsoft's SDK
24 years ago
Tom Kacvinsky
4caaf902d6
Added entries for changes to Type 1 driver (related to FontInfo
...
dictionaries and units per em).
24 years ago
Tom Kacvinsky
d60dbcd2a8
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.
24 years ago
Werner Lemberg
aba6d509c4
another small update of the Unicode range comments
24 years ago
Werner Lemberg
74c0edf44c
grammatical fixes
24 years ago
Werner Lemberg
57175ec7b1
* src/pcfread.c (pcf_get_properties, pcf_get_metrics,
...
pcf_get_bitmaps): Fix compiler errors.
* src/pcf/pcfread.c: Removed some compilation warnings related
24 years ago
Werner Lemberg
69b7937e6e
formatting
24 years ago
David Turner
53dc9ca9c3
some minor changes to allow compilation in all modes, without warnings
24 years ago
Werner Lemberg
b632ac6e5a
* builds/unix/freetype-config.in: Fix problems with separate
...
--prefix and --exec-prefix.
more robust handling of pathname wildcard matching.
24 years ago
David Turner
eff79e3126
added cross-reference generation
24 years ago
Werner Lemberg
6e07332f94
* 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.
24 years ago
David Turner
dec12f44fa
updated documentation in public header files
24 years ago
David Turner
691e2426f4
improved the docmaker script
24 years ago
Werner Lemberg
e8c8e30163
* include/freetype/ttnameid.h: Updated Unicode code range comments.
24 years ago
Werner Lemberg
70a6b864d4
formatting
24 years ago
Tom Kacvinsky
e523a254e5
Added entries for changes to CFF driver function, variable, and source
...
file names.
24 years ago
Werner Lemberg
ddc3115f14
* 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.
24 years ago
Werner Lemberg
941538f54e
import of vms stuff
24 years ago
Werner Lemberg
421889b300
Initial revision
24 years ago
Tom Kacvinsky
2ef3977766
Changed to use cfftypes.h instead of t2types.h. Also, we now use
...
cfferrs.h instead of t2errors.h.
24 years ago
Tom Kacvinsky
094db936a2
Merged in changes from t2types.h, and made this the canonical `types'
...
header for the CFF driver.
24 years ago
Tom Kacvinsky
c3d7df1e78
This file was merged with cfftypes.h and is no longer necessary.
24 years ago
Tom Kacvinsky
879226a92c
This file was previously known as t2errors.h.
24 years ago
Tom Kacvinsky
8120ad9be8
Renamed to cfferrs.h.
24 years ago
Tom Kacvinsky
c1430c7069
Changed to use cffgload.{c,h} instead of t2gload.{c,h}. Also, all
...
occurences of t2_ (T2_) were replaced with cff_ (CFF_, resp.).
24 years ago
Tom Kacvinsky
d569012ea0
This file was previously known as t2gload.h.
24 years ago
Tom Kacvinsky
25a2c18a95
Renamed to cffgload.h.
24 years ago
Tom Kacvinsky
30e827985d
Changed to reflect the changes made in the source files:
...
we now use cffgload.{c,h} instead of t2gload.{c,h}.
24 years ago
Tom Kacvinsky
7a8c67abfb
This file was previously known as t2gload.c.
24 years ago
Tom Kacvinsky
6d01e3972b
Renamed t2gload.c to cffgload.c.
24 years ago
Werner Lemberg
8dddc24dea
* 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'.
24 years ago