David Turner
5aeaad6c39
fixed a bug reported by Graham Asher
24 years ago
David Turner
f3b07226c2
fixed a small bug in FT_Glyph_Copy
24 years ago
David Turner
8fe916ca51
fixed a small bug (the advance and format were not copied in
...
FT_Glyph_Copy)
24 years ago
Werner Lemberg
20e862be32
* builds/unix/config.{guess,sub}: Updated (from ftp.gnu.org).
24 years ago
Werner Lemberg
0b2137e5ca
* 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
e231a65882
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
500dc854f6
formatting
24 years ago
Tom Kacvinsky
16c691c155
minor correction to 2001-02-07 entries.
24 years ago
Tom Kacvinsky
78b5f17a15
* src/cff/cffparse.c (cff_parse_font_matrix): Removed an
...
24 years ago
Tom Kacvinsky
1e5f0ee609
Removed an unnecessary fprintf( stderr, ... ) from cff_parse_font_matrix
24 years ago
Tom Kacvinsky
43a9c9d396
Added entry for function is_alpha. Code now makes `-' a valid
...
alphanumeric character.
24 years ago
Tom Kacvinsky
97094311aa
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
1df6a31704
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
7b91beadab
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
d30bcd20c2
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
c27cd28e22
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
c97cf17acd
In function CFF_Init_Face, added logic to get the units per EM from
...
the CFF dictionary, if available.
24 years ago
Werner Lemberg
e56b411f32
* 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
65d328ead7
formatting, ChangeLog entry
24 years ago
David Turner
1ae67a2e0c
improved docmaker slightly (better indexing, support for "<order>" marker
...
in section blocks, see "fttypes.h")
24 years ago
Antoine Leca
331780c925
Update of ttnameid.h with the most recent informations from Microsoft's SDK
24 years ago
Tom Kacvinsky
2f41a46a1a
Added entries for changes to Type 1 driver (related to FontInfo
...
dictionaries and units per em).
24 years ago
Tom Kacvinsky
b2d5fefea8
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
f3bdbb4552
another small update of the Unicode range comments
24 years ago
Werner Lemberg
3708bdb35a
grammatical fixes
24 years ago
Werner Lemberg
3dac27d9fd
* 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
9e708eb5fb
formatting
24 years ago
David Turner
db0717879f
some minor changes to allow compilation in all modes, without warnings
24 years ago
Werner Lemberg
c7c2c91ad0
* 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
b6c1bf861a
added cross-reference generation
24 years ago
Werner Lemberg
38208a6e6b
* 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
0f5616a801
updated documentation in public header files
24 years ago
David Turner
18b55f7bbc
improved the docmaker script
24 years ago
Werner Lemberg
4c8815e1a6
* include/freetype/ttnameid.h: Updated Unicode code range comments.
24 years ago
Werner Lemberg
d573c7e76b
formatting
24 years ago
Tom Kacvinsky
d0165401bb
Added entries for changes to CFF driver function, variable, and source
...
file names.
24 years ago
Werner Lemberg
c3e987e2aa
* 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
78e8608dde
import of vms stuff
24 years ago
Werner Lemberg
53ecd88986
Initial revision
24 years ago
Tom Kacvinsky
332bc32125
Changed to use cfftypes.h instead of t2types.h. Also, we now use
...
cfferrs.h instead of t2errors.h.
24 years ago
Tom Kacvinsky
0f27de1209
Merged in changes from t2types.h, and made this the canonical `types'
...
header for the CFF driver.
24 years ago
Tom Kacvinsky
059bcea7ed
This file was merged with cfftypes.h and is no longer necessary.
24 years ago
Tom Kacvinsky
5090a09ec9
This file was previously known as t2errors.h.
24 years ago
Tom Kacvinsky
2e7cdb145e
Renamed to cfferrs.h.
24 years ago
Tom Kacvinsky
8d1f604993
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
8050a6b85d
This file was previously known as t2gload.h.
24 years ago
Tom Kacvinsky
167e2be410
Renamed to cffgload.h.
24 years ago
Tom Kacvinsky
ceac7b9f66
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
cd92b11dc6
This file was previously known as t2gload.c.
24 years ago
Tom Kacvinsky
fa3d6e9422
Renamed t2gload.c to cffgload.c.
24 years ago