|
76fffcd8
|
2008-12-05T18:37:44
|
|
* include/freetype/freetype.h (FT_LOAD_ADVANCE_ONLY): Use value
0x100 instead of 0x10000; the latter value is already occupied by
FT_LOAD_TARGET_LIGHT. Bug reported by James Cloos.
Handle SFNT with neither outlines nor bitmaps. This fixes Savannah
bug #25010.
* src/base/ftobjs.c (FT_Load_Glyph): Reject fonts with neither
outlines nor bitmaps.
* src/sfnt/sfobjs.c (sfnt_load_face): Don't return an error if there
is no table with glyphs.
* src/sfnt/ttload.c (tt_face_lookup_table): Improve debugging
message.
Other minor cosmetics.
|
|
e12ed563
|
2007-06-17T05:31:23
|
|
* src/tools/ftrandom.c (font_size): New global variable.
(TestFace): Use it.
(main): Handle new option `--size' to set `font_size'.
(Usage): Updated.
Formatting.
|
|
ad18b367
|
2007-06-04T07:04:05
|
|
* src/cid/cidgload.c (cid_load_glyph): Check `fd_select'.
* src/tools/ftrandom/Makefile: Depend on `libfreetype.a'.
|
|
25b14229
|
2007-06-03T19:53:02
|
|
More OBJ_DIR.
|
|
f2ff7329
|
2007-06-03T19:50:57
|
|
Some explanations, taken from an email sent by George.
|
|
2fdb70e9
|
2007-06-03T19:38:59
|
|
Fold fttest.c into ftrandom.c (as it was orginally).
|
|
99a320b4
|
2007-06-03T19:21:26
|
|
* src/tools/ftrandom/*: Add the `ftrandom' test program written by
George Williams (with some modifications).
|