Changes 20041115:
* If ff started without a prefs file, then creating a new font would crash
* If a copyright string contained a newline then ff would generate bad
postscript
* If user added a comment to an empty glyph then the comment wasn't saved in
the sfd file.
* If ff saved a utf7 string to an sfd file (ttf names, etc.) and that string
contained a hyphen that followed immediately after something that needed to
be encoded in base64, then the hyphen would be lost.
* new french UI
* ff was (usually) setting the ascent/descent fields of the 'hhea' table to 0.
When the font was drawn on the mac it was clipped to nothing.
But it is needed to build.
So use BUILD_DEPENDS instead of DEPENDS.
(This is the way the xorg-fonts* packages do it.)
Also bump PKGREVISIONs for these.
(Okayed by maintainer, Juan RP.)
ttf2pk/ttf2tfm permit using TrueType fonts with teTeX.
To be used for pkgsrc-wip/cjk-latex & friends (fixes and
a working cjk-latex-wadalab font pkg to be committed too)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
To see the changes about this release, please review the "RELNOTES" file,
which is available via www or in the distribution tarballs.
These packages were tested on:
* NetBSD 2.0/-current
* Bluewall GNU/Linux
* Slackware 10 GNU/Linux
I'm currently testing them on FreeBSD 5.3BETA4.
the same fonts, they're installed in a different location. This allows
the gnome meta-package to be installed with x.org's X11.
Bump PKGREVISION to 1.
ok'd by xtraeme
Un fonts are GPL'd Korean fonts. They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.
This package contains the following 10 extra fonts.
* UnPen, UnPenheulim: script
* UnTaza: typewriter style
* UnBom: decorative
* UnShinmun
* UnYetgul: old Korean printing style
* UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang
Un fonts are GPL'd Korean fonts. They were originally available as
PostScript fonts for HLaTeX, and later converted into TrueType fonts.
This package contains the following 9 core fonts.
* UnBatang, UnBatangBold: serif
* UnDotum, UnDotumBold: sans-serif
* UnGraphic, UnGraphicBold: sans-serif style
* UnPilgi, UnPilgiBold: script
* UnGungseo: cursive, brush-stroke
changes:
2004-06-30 Keith Packard <keithp@keithp.com>
* README:
* configure.in:
* fontconfig/fontconfig.h:
Update for 2.2.96
2004-06-30 Keith Packard <keithp@keithp.com>
Provided by: Lubos Lunak <l.lunak@suse.cz>
* src/fccfg.c: (FcConfigUptoDate):
However FcConfigUptoDate() doesn't seem to work. See the attached
patch. First there's an obvious misplaced parenthesis making it
return always false, and second, even this call fails to detect font
changes (e.g. adding a new font to
/usr/X11R6/lib/X11/fonts/truetype). The patch should fix that as
well. The problem seems to be triggered by my fonts.conf specifying
only /usr/X11R6/lib/X11/fonts , and therefore config->configDirs
doesn't include subdirs, unlike config->fontDirs.
2004-06-03 Keith Packard <keithp@keithp.com>
* fontconfig/fontconfig.h:
Remove comma at end of FcResult enum definition.
2004-05-29 Keith Packard <keithp@keithp.com>
* INSTALL:
Add steps to md5sum release
This xorg-fontsMisc package contains miscellaneous bitmap fonts,
including fixed width fonts, DECwindows cursor and session manager
fonts, Sun Open Look glyph fonts, Kanji, and Kana fonts.
This package contains Hangul truetype fonts made by A Lee.
Eunjin and Ongdalsam are general purpose Hangul truetype fonts and
contain ascii and Korean syllable characters. These fonts are looks
good in 12px (9pt in 96dpi screen) size without antialiasing.
Hmfs is not a real Hangul font. It is specially designed truetype
ascii font in the manner of Hangul 3-bul-sik typewriter which is
invented by Dr. Kong Byeong-woo.
On qwerty keyboard layout, get Hmfs font and type as typing Hangul on
Hangul 3-bul-sik-final keyboard WITHOUT HANGUL IME. Then letters you
type will appear like Hangul.
Hmfs.ttf contains 16px bitmap for screen use, so looks good in
16px (12pt in 96dpi screen) size without antialiasing.
This is necessary to install this package when xpkgwedge also
installed, because xpkgwedge conflicts with mkfontscale. Bump PKGREVISION.
OK'ed by uebayasi@, the maintainer.
in particular this fixes a problem where no font matches can be found
by gtk2 apps. This should fix the problem where even the gtk-demo
program fails run.
* Improved auto-vectoring (-OV) algorithm
* Allow use of any encoding table of format 4 in the ttf parser
* Take the first available format 4 encoding table if no know table is found
* The ttf parser lists the available encondings if no supported encoding table
is found
* Bug fixes
* Fix memory corruption bug
Changes 1.31:
* Support fonts where the first eexec-encrypted byte is binary 0
Changes 1.30:
* Support fonts where "currentfile eexec" isn't followed by a newline
Changes 1.29:
* T1disasm can handle an Omega font
* The autohint command would sometimes reverse direction of a countour
* PfaEdit would sometimes generate internal errors when editing quadric splines
* When reading a font with an apple 'mort' table, pfaedit would often parse
marked substitions incorrectly