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
* View by script as well as by Unicode block.
* New documentation in the following languages: de es fr it ja ko sv zh_CN
zh_HK zh_TW
* English documentation improved and updated.
* Search modified to look in CJK ideograph definitions as well as character
names. Search heuristic also improved in other areas.
* Bothersome gucharmap input method removed.
* Many user interface improvements.
* Much code reorganized.
* New and updated translations: ar az bn ca cs cy da de el en_CA en_GB es fa
fi fr ga hi id it ja ko lt mn ms nl no pa pl pt pt_BR sk sq sr sr@Latn sv
th uk zh_CN
To see a full list of changes, please review:
http://xfree86.org/4.4.0/RELNOTES.html
These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x,
and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
- Forced PostScript target in the doc directory to file.
- Subsetting code extended in order to ensure that components of
composite characters are also part of the subset.
- Hinting meachanism reworked in order to get rid of some
rasterizing artifacts.
- Experimental support for stroked fonts (PaintType=1)
- Experimental support for stroking standard ATM fonts with PaintType=0.
- Functions for drawing rectangles.
- Bug Fixes
Changes 5.0.1:
- Support for Flex was not adapted to the changes from 5.0.0. This led to
rasterization errors in fonts that use the Flex functionality --> fixed.
- Bug Fixes