2004-07-07 00:52:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove references to buildlink2.
|
2004-07-07 00:41:17 by Thomas Klausner | Files touched by this commit (30) |
Log message:
Unused.
|
2004-06-15 09:29:01 by Quentin Garnier | Files touched by this commit (1) |
Log message:
Apply patch from PR 25907 by Christopher Richards. This is probably the
best we can do until the code is actually fixed. Advised by mrg.
|
2004-05-30 01:36:10 by Marc Recht | Files touched by this commit (1) |
Log message:
Reduce optimization level to -O on alpha to avoid compiler bugs.
patch provided by Joachim Kuebart in PR pkg/25742
|
2004-05-22 06:35:53 by grant beattie | Files touched by this commit (1) |
Log message:
s/anti-aliased/anti-aliasing/
|
2004-05-19 12:39:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Make it even more readable.
|
2004-05-19 11:24:57 by grant beattie | Files touched by this commit (1) |
Log message:
came here to nuke some whitespace and noticed that the text didn't
read very well, so nuke whitespace, improve text, | fmt 70 75
|
2004-05-18 12:21:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Depend on freetype2>=2.1.8, since dependent packages have been adapted to
the new version.
|
2004-05-15 13:17:14 by grant beattie | Files touched by this commit (1) |
Log message:
freetype2 needs a GNUish egrep.
|
2004-04-27 17:03:17 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 2.1.8:
* bug fixes
* Both PCF and BDF drivers now handle the SETWIDTH_NAME and
ADD_STYLE_NAME properties. Values are appended to
face->style_name; example: `Bold SemiCondensed'.
* The PCF driver now handles bitmap fonts compressed with the LZW
algorithm (extension .pcf.Z, compressed with `compress').
* A new API function `FT_Get_CMap_Language_ID' (declared in
`tttables.h') is available to get the language ID of a
TrueType/SFNT cmap.
* The hexadecimal format of data after the `StartData' command in
CID-keyed Type 1 fonts is now supported. While this can't occur
in file-based fonts, it can happen in document-embedded
resources of PostScript documents.
* Embedded bitmaps in SFNT-based CFF fonts are now supported.
* A simple API is now available to control FreeType's tracing
mechanism if compiled with FT_DEBUG_LEVEL_TRACE. See the file
`ftdebug.h' for more details.
* YAMATO Masatake contributed improved handling of MacOS resource
forks on non-MacOS platforms (for example, Linux can mount MacOS
file systems).
* Support for MacOS has been improved; there is now a new function
`FT_New_Face_From_FSSpec' similar to `FT_New_Face' except that
it accepts an FSSpec instead of a path.
* The cache sub-system has been rewritten.
|