Nanum is a unicode font designed especially for Korean-language
script. The font was designed by Sandoll Communication and
Fontrix; it includes the sans serif (gothic), serif (myeongjo),
pen script and brush script typefaces. The package provides
Type1 subfonts converted from Nanum Myeongjo (Regular and
ExtraBold) and Nanum Gothic (Regular and Bold) OTFs. C70, LUC,
T1, and TS1 font definition files are also provided. (The
package does not include OpenType/TrueType files, which are
available from Naver)
This minor maintenance release prefers direct files over symlinks when both
appear in the same directory, and includes a number of minor code cleanups
and adds a couple previously missing options to the man page.
Alan Coopersmith (3):
Since hash() returns unsigned int, store results in unsigned ints
Replace malloc(strlen);strcpy() calls with strdup
mkfontscale 1.1.1
Egbert Eich (2):
Prefer original file over symlink (v2)
Fix compilation for MinGW
Peter Hutterer (1):
Document -u/-U options in man page
Thomas Klausner (1):
Protect config.h inclusion like usual.
Overview of changes leading to 0.9.18
Tuesday, May 28, 2013
=====================================
New build system:
- All unneeded code is all disabled by default,
- Uniscribe and CoreText shapers can be enabled with their --with options,
- icu_le and old shapers cannot be enabled for now,
- glib, freetype, and cairo will be detected automatically.
They can be force on/off'ed with their --with options,
- icu and graphite2 are default off, can be enabled with their --with
options,
Moreover, ICU support is now build into a separate library:
libharfbuzz-icu.so, and a new harfbuzz-icu.pc is shipped for it.
Distros can enable ICU now without every application on earth
getting linked to via libharfbuzz.so.
For distros I recommend that they make sure they are building --with-glib
--with-freetype --with-cairo, --with-icu, and optionally --with-graphite2;
And package harfbuzz and harfbuzz-icu separately.
"Xrender" first. This avoids using the builtin "Xft2" if the builtin
"fontconfig" is reject.
This fixes another regression caused by the "pango" upgrade and the fix
for PKG pkg/47882.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Overview of changes leading to 0.9.17
Monday, May 20, 2013
=====================================
- Build fixes.
- Fix bug in hb_set_get_min().
- Fix regression with Arabic mark positioning / width-zeroing.
Bug 62980 - matching native fonts with even :lang=en
Ensure closing fp on error
Obtain fonts data via FT_Face instead of opening a file directly
Revert the previous change and rework to not export freetype API outside fcfreetype.c
documented FC_HASH and FC_POSTSCRIPT_NAME
Bug 63329 - make check fails: .. contents:: :depth: 2
Use the glob matching for filename
Bug 63452 - conf.d/README outdated
Fix missing OSAtomicCompareAndSwapPtrBarrier() on Mac OS X 10.4
Bug 63922 - FcFreeTypeQueryFace fails on postscripts fonts loaded from memory
build-chain, replace INCLUDES directive by AM_CPPFLAGS
This minor bugfix release corrects mistakes in some of the ISO-8859 to
Unicode mappings, fixes a memory management bug, and updates the build
configuration.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (2):
Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
libfontenc 1.1.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
James Cloos (2):
Fix ISO-8859-6 → ISO-10646 mapping.
Fix ISO-8859-7 → ISO-10646 mapping.
Nickolai Zeldovich (1):
libfontenc: setCode(): fix realloc invocation
Overview of changes leading to 0.9.16
Friday, April 19, 2013
=====================================
- Major speedup in OpenType lookup processing. With the Amiri
Arabic font, this release is over 3x faster than previous
release. All scripts / languages should see this speedup.
- New --num-iterations option for hb-shape / hb-view; useful for
profiling.
A set of matching new libre/open fonts. The typeface is sans-serif,
uses OpenType features and is manually hinted for clarity on desktop
and mobile computing screens.
Changelog:
* Thu Oct 04 2012 Pravin Satpute <psatpute AT redhat DOT com>
- Resolved "Glyphs with multiple unicode encodings inhibit subsetting" #851790
- Resolved#851791, #854601 and #851825
- Following GASP table version as per Liberation old version. (Anti-aliasing disabled)
- Added support for Serbian glyphs for wikipedia #657849
- In Monospace fonts, isFixedPitch bit set via script for getting it recognized as Monospace in putty.exe
Bump version to 2.10.92
Minor fix
Bump libtool revision
Minor cleanup
Bug 38737 - Wishlist: support FC_POSTSCRIPT_NAME
Add the PostScript name into the cache and the matcher.
Scoring the better font against the PostScript name by
the forward-matching.
Fix a SIGSEGV on FcPatternGet* with NULL pattern
Fix crash with FcConfigSetCurrent(NULL)
Do not copy FC_*LANG_OBJECT even if it's not available on the pattern
those objects are linked to the corresponding string objects.
this may causes inconsistency that those objects has more values
than them.
Bug 59456 - Adding a --sysroot like option to fc-cache
Add an ability to set the system root to generate the caches.
In order to do this, new APIs, FcConfigGetSysRoot() and
FcConfigSetSysRoot() is available.
Fix a memory leak
Fix broken sort order with FcFontSort()
which was introduced by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
Fix a crash when the object is non-builtin object
Fix a typo
Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
Add Liberation Sans Narrow as an alias for Arial Narrow
Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
Move the target of recipes to the "pattern" from the "font".
This is to ensure the targeted objects is updated by them
prior to FcDefaultSubstitute() so that it can adds the default
values properly.
Accept digits as part of OpenType script tags
They've been used since 2005.
Add Culmus foundry to the vendor list
Maps fonts produced by the Culmus project
<http://culmus.sourceforge.net>
to the XLFD foundry name culmus.
For TrueType fonts, maps the vendor code CLM from the TrueType vendor
id field.
For Type1 fonts, which use heuristics to guess mappings to XLFD
foundries from
words in the copyright notice, add the names of the main contributors
to
the Culmus product to recognize the fonts under their copyright.
Patch from Maxim Iorsh
Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
override the test environment
<ext>_LOG_COMPILER is meant to contain the program that runs the test
with <ext> extension
LOG_COMPILER is for extensionless tests
AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
https://bugs.freedesktop.org/show_bug.cgi?id=60192
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Bump the cache version to 4
Update _FcMatchers definition logic
to make it easier to maintain. also added FC_HASH_OBJECT to be matched
in the pattern, prior to FC_FILE_OBJECT.
Bug 60312 - DIST_SUBDIRS should never appear in a conditional
As it is documented like this:
If SUBDIRS is defined conditionally using Automake conditionals,
Automake will define DIST_SUBDIRS automatically from the possible
values of SUBDIRS in all conditions.
So we don't need to re-define DIST_SUBDIRS in Makefile.am unless
we use AC_SUBST to define SUBDIRS.
Patch from Quentin Glidic
Bug 50733 - Add font-file hash?
Add "hash" object which contains SHA256 hash value (so far) computed
from the font file.
Use AM_MISSING_PROG instead of hardcoding missing
Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"
This reverts commit 2146b0307a3476892723104481f27f8484451c52.
That change introduces incompatibility and seems not working with
older releases of automake, including automake 1.12.2.
test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
override the test environment
<ext>_LOG_COMPILER is meant to contain the program that runs the test
with <ext> extension
AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
https://bugs.freedesktop.org/show_bug.cgi?id=60192
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Use AM_MISSING_PROG instead of hardcoding missing
Modernize configure.ac
Bug 23757 - Add mode="delete" to <edit>
Add two edit mode, "delete" and "delete_all".
what values are being deleted depends on <test> as documented.
if the target object is same to what is tested, matching value there
will be deleted. otherwise all of values in the object will be
deleted.
so this would means both edit mode will not take any expressions.
e.g.
Given that the testing is always true here, the following rules:
<match>
<test name="foo" compare="eq">
<string>bar</string>
</test>
<edit name="foo" mode="delete"/>
</match>
will removes "bar" string from "foo" object. and:
<match>
<test name="foo" compare="eq">
<string>foo</string>
</test>
<edit name="bar" mode="delete"/>
</match>
will removes all of values in "bar" object.
build: Only use PKG_INSTALLDIR if available
It's only in pkg-config 0.27 or newer, but 0.25 at least is still
fairly widespread.
Use the PKG_INSTALLDIR macro.
Bug 59385 - Do the right thing for intermixed edit and test elements
This changes allows to have multiple mathcing rules in one <match>
block
in the same order.
remove the unnecessary code
Add another approach to FC_PRGNAME for Solaris 10 or before
Patch from Raimund Steger
Fix installation on MinGW32
Patch from LRN
Fix mkstemp absence for some platform
Patch from LRN and modified to make more generic.
Add missing file descriptor to F_DUPFD_CLOEXEC
Patch from Matthieu Herrb
Fix readlink failure
As reported by Raimund Steger.
Better fix for 2fe5ddfd
Drop realpath() and fix breakage on Win32
Fix FC_PRGNAME default
As reported by Raimund Steger.
Fix fc-cache crash caused by looking up NULL object incorrectly
We were returning a skiplist node when looking up NULL!
Minor
Remove unused checks for common functions
The check results of these were never actually used.
Improve FcGetPrgname() to work on BSD
Bug 59379 - FC_PRGNAME
Can be used for per-application configuration.
Bug 50497 - RFE: Add OpenType feature tags support
Add FC_FONT_FEATURES to store the feature tags to be enabled.
Fix the build fail on MinGW
Reported at
http://lists.freedesktop.org/archives/fontconfig/2013-January/004601.html
just warn at the runtime instead of the compile time. it somewhat
works
on even MinGW since FcMakeTempfile() isn't used on Win32 so far.
Minor
Copy all values from pattern to font if the font doesn't have
the element
Bug 59376 - FcFontRenderPrepare enhancement
Ensure we find the uninstalled fontconfig header
Patch from Colin Walters.
Respect $NOCONFIGURE
Patch from Colin Walters.
Overview of changes leading to 0.9.15
Thursday, April 05, 2013
=====================================
- Build fixes.
- Fix crasher in graphite2 shaper.
- Fix Arabic mark width zeroing regression.
- Don't compose Hangul jamo into Unicode syllables.
Overview of changes leading to 0.9.14
Thursday, March 21, 2013
=====================================
- Build fixes.
- Fix time-consuming sanitize with malicious fonts.
- Implement hb_buffer_deserialize_glyphs() for both json and text.
- Do not ignore Hangul filler characters.
- Indic fixes:
* Fix Malayalam pre-base reordering interaction with post-forms.
* Further adjust ZWJ handling. Should fix known regressions from
0.9.13.
LICENSE= ofl-v1.1
From:
http://scripts.sil.org/cms/scripts/page.php?item_id=Gentium_news#24Jun11
"2011.06.24
Gentium (original) license updated to SIL Open Font License version 1.1.
The original Gentium font has now been re-released under the current
version of the SIL Open Font License."
Resolves PR pkg/47510
File too long (should be no more than 24 lines).
Line too long (should be no more than 80 characters).
Trailing empty lines.
Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Overview of changes leading to 0.9.13
Thursday, February 25, 2013
=====================================
- Build fixes.
- Ngapi HarfBuzz Hackfest in London (February 2013):
* Fixed all known Indic bugs,
* New Win8-style Myanmar shaper,
* New South-East Asian shaper for Tai Tham, Cham, and New Tai Lue,
* Smartly ignore Default_Ignorable characters (joiners, etc) wheb
matching GSUB/GPOS lookups,
* Fix 'Phags-Pa U+A872 shaping,
* Fix partial disabling of default-on features,
* Allow disabling of TrueType kerning.
- Fix possible crasher with broken fonts with overlapping tables.
- Removed generated files from git again. So, one needs ragel to
bootstrap from the git tree.
API changes:
- hb_shape() and related APIs now abort if buffer direction is
HB_DIRECTION_INVALID. Previously, hb_shape() was calling
hb_buffer_guess_segment_properties() on the buffer before
shaping. The heuristics in that function are fragile. If the
user really wants the old behvaior, they can call that function
right before calling hb_shape() to get the old behavior.
- hb_blob_create_sub_blob() always creates sub-blob with
HB_MEMORY_MODE_READONLY. See comments for the reason.
The jsMath package provides a method of including mathematics in
HTML pages that works across multiple browsers under Windows,
Macintosh OS X, Linux and other flavors of unix. It overcomes a
number of the shortcomings of the traditional method of using images
to represent mathematics: jsMath uses native fonts, so they resize
when you change the size of the text in your browser, they print
at the full resolution of your printer, and you don't have to wait
for dozens of images to be downloaded in order to see the mathematics
in a web page. There are also advantages for web-page authors, as
there is no need to preprocess your web pages to generate any
images, and the mathematics is entered in TeX form, so it is easy
to create and maintain your web pages.
Although it works best with the TeX fonts installed, jsMath will
fall back on a collection of image-based fonts (which can still be
scaled or printed at high resolution) or unicode fonts when the
TeX fonts are not available. This package contains the necessary
TeX fonts.
It's Courier, just better.
Since the beginning, screenplays have been written in Courier. Its
uniformity allows filmmakers to make handy comparisons and estimates,
such as 1 page = 1 minute of screen time.
But there's no reason Courier has to look terrible. We set out to
make the best damn Courier ever.
We call it Courier Prime.
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.
Alan Coopersmith (7):
Adopt X.Org standard coding style (via x-indent.sh)
Initialize font to 0 values directly instead of via bzero
Combine usage message strings
Add -v flag to print version info
Use symbolic names instead of raw integers for stdin & stdout fd's
Use remove() instead of unlink() to remove files
bdftopcf 1.0.4
Gaetan Nadon (4):
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
'Consola Mono' is the monospace font especially created for
programming, text editors and for terminal-use.
'Consola Mono' is a Unicode typeface font that supports all languages
that use the Latin, Greek, Cyrillic script and its variants, and
could be expanded to support other scripts.
Packaged for wip by ryo-on and myself.
The Cantarell font family is a contemporary Humanist sans serif
designed for on-screen reading.
Each font file currently contains 391 glyphs, and fully support
the following writing systems: Basic Latin, Western European,
Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans.
To date, Pan African Latin has only 33% glyph coverage.
Overview of changes leading to 0.9.12
Thursday, January 18, 2013
=====================================
- Build fixes for Sun compiler.
- Minor bug fix.
Overview of changes leading to 0.9.11
Thursday, January 10, 2013
=====================================
- Build fixes.
- Fix GPOS mark attachment with null Anchor offsets.
- [Indic] Fix old-spec reordering of viramas if sequence ends in one.
- Fix multi-threaded shaper data creation crash.
- Add atomic ops for Solaris.
API changes:
- Rename hb_buffer_clear() to hb_buffer_clear_contents().
Overview of changes leading to 0.9.10
Thursday, January 3, 2013
=====================================
- [Indic] Fixed rendering of Malayalam dot-reph
- Updated OT language tags.
- Updated graphite2 backend.
- Improved hb_ot_layout_get_size_params() logic.
- Improve hb-shape/hb-view help output.
- Fixed hb-set.h implementation to not crash.
- Fixed various issues with hb_ot_layout_collect_lookups().
- Various build fixes.
New API:
hb_graphite2_face_get_gr_face()
hb_graphite2_font_get_gr_font()
hb_coretext_face_get_cg_font()
Modified API:
hb_ot_layout_get_size_params()
Everson Mono is a simple, elegant, monowidth font. I started
designing it in 1994 primarily to make glyphs available to support
the non-Han characters in Unicode and ISO/IEC 10646-1, though I
hope that users may find it a pleasant alternative to Courier and
Monaco for general purposes, e-mail, and so forth. I have found it
quite legible at sizes as small as 4 points. It is lighter and a
bit looser than Courier.
Bump version to 2.10.2
Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in
65-nonlatin.conf
Those two fonts are serif fonts. shouldn't be added to monospace.
Update CaseFolding.txt to Unicode 6.2
No real updates between 6.1 and 6.2, but anyway.
Bug 57114 - regression on FcFontMatch with namelang
After 7587d1c99d9476b6dd4dbe523c0204da700fed8d applied, family,
style, and fullname is localized against current locale or lang
if any though, the string in other languages were dropped from
the pattern. this caused unexpected mismatch on the target="font"
rules.
This fix adds other strings at the end of the list.
Bug 56531 - autogen.sh fails due to missing 'm4' directory
Keep m4 directory in git.
Use automake variable instead of cleaning files in clean-local
just for git.mk coming up from Behdad's threadsafe branch
autogen.sh: Add -I option to tell aclocal a place for external
m4 files
Fix syntax errors in fonts.dtd.
Patch from Steve Simpson
Fix wrongly squashing for the network path on Win32.
Patch from Diego Santa Cruz
deal with warnings as errors for the previous change
missed this change to commit. doh!
Bug 52573 - patch required to build 2.10.x with oldish GNU C library
headers
On older libc, _POSIX_C_SOURCE didn't satisfy to use posix_fadvise()
and AC_CHECK_FUNCS doesn't check a header file if the function is
declared there properly. so use AC_LINK_IFELSE instead.
Bug 54138 - X_OK permission is invalid for win32 access(..) calls
X_OK checking was added back in
8ae1e3d5dc323542e7def06a42deea62c7ba7027
which was removed due to the same reason in
238489030a64fa883f8f9fc3d73247b7f7257899.
apparently the test case in Bug#18934 still works without it.
so I'm removing it again to get this working on Windows.
Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h"
result in the correct values
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Fix for libtoolize's warnings
Fix N'ko orthography
Bug 53585 - Two highly-visible typos in src/fcxml.c
Version 1.36 29.May.2010
* Several minor cleanups.
Version 1.35 22.Oct.2009
* Don't use "getline" as a symbol (reported by Karl Berry and
C.M. Connelly).
1. Fixed a problem with implicit dynamic links which are becoming a no-no.
2. Fixed a name collision with glib 2.10.
3. Updated to work with GTK+ 2.20.
* Update LICENSE, and do not install mplus license file
Changelog:
2012-10-30
* Sync with M+ TESTFLIGHT 052 (2012-10-30 CVS)
* Make han-dakuten in Zenkaku-hiragana, Zenkaku-katakana, and Hankaku-katakana
smaller (140% to 130%)
* Make Dakuten in Hankaku-katakana smaller, and fix glyph of Choon
* Revert two characters to M+ design
* [Migu 1C] Add slash to Zenkaku and Hankaku Zero. And serif to l character,
bearings, kerning information of all characters in M+1C except l and I was
revert to M+1c default
* [Migu 2M] Glyph of WAVE DASH make the same as FULLWIDTH TILDE
* [Migu 1P/1C] Make up arrow and down arrow to Zenkaku width
* Change font version to 0.20121031 to 2012.1031 to compliance with standatd
* Change script structure
2012-06-07
* Change LICENSE from IPA's request
* [Migu 1VS/2DS] Do not distribute ttf files
2012-04-11
* Sync with M+ TESTFLIGHT 048
* Change Hankaku-katakana glyphs to M+'s ones from IPA's ones
* Change policy for vertical align
* U+200B(ZERO WIDTH SPACE), U+2060(WORD JOINER), U+FEFF(ZERO WIDTH NO-BREAK
SPACE & Byte Order Mark) is width 0 character now.
* Remove '.notdef', like MS Gothic and Meiryo
* Change some character's width like MS Gothic
* Make Han-dakuten bigger, and change choon glyph
* [Migu 2DS] Make character width of Zenkaku-hiragana and -katakana smaller
Changelog:
version 1.038 created 2012/09/12
* Updates the metrics of Majuscule letters in lighter weights.
* Updates fonts to add small capitals and superior capital letters to upright
styles.
* Adds the following characters for transliteration: Blinebelow, blinebelow,
Klinebelow klinebelow, Emacronacute, emacronacute, Omacronacute,
omacronacute, primemod
* Adds the following punctuation characters: bardbl, iterrobang, ceilingleft,
ceilingright, floorleft floorright, bracketleftwhite, bracketrightwhite,
brackhalftopleft, brackhalftopright, brackhalfbotleft, brackhalfbotright
* Adds dotted zero and slashed zero.
Changelog:
The major version is changed, with the addition of glyphs and code positions.
Changes from IPAex Mincho Ver.001.03 to Ver.002.01
Changes from IPAex Gothic Ver.001.02 to Ver.002.01
-Nov 2012
Addition and modification of glyphs and code positions
Added glyphs (six glyphs)
Added Ideographic Variation Sequences (IVS) and glyphs, six sequences to elaborate glyph shapes corresponding to JIS X 0213:2000 example glyph shapes.
U+53A9;U+E0103¡¡U+6062;U+E0102¡¡U+7337;U+E0101¡¡U+7511;U+E0103 U+55A9;U+E0102¡¡U+6FF9;U+E0101
Added Ideographic Description Characters (IDC, twelve characters)
U+2FF0¡¡U+2FF1¡¡U+2FF2¡¡U+2FF3¡¡U+2FF4¡¡U+2FF5¡¡U+2FF6¡¡U+2FF7¡¡U+2FF8¡¡U+2FF9¡¡U+2FFA¡¡U+2FFB
Added KangXi radical (one character)
Added one new KangXi radical form and encoded both U+2F39 (KangXi Radicals Block) and U+5F50 (CJK Unified Ideographs Block).
Slightly changed shapes
U+5F98;U+E0101¡¡U+66B5;U+E0101¡¡U+696F;U+E0100¡¡U+696F;U+E0101¡¡U+8A0A;U+E0101¡¡U+8AB9;U+E0101¡¡U+8B7F;U+E0100¡¡U+71B1
Additional implementation of Ideographic Variation Sequences
IPAex Font has been implemented several Ideographic Variation Sequences, including different glyph shapes between JIS X 0213:2000 and JIS X 0213:2004. In IPAex Font Version 002.01, IVSs are added to default glyph, consequently total number of IVSs changed to 352. The default glyphs, which appear without IVS environment, correspond to the exemplified shapes in JIS X 0213:2004.
Noted that some IVSs in 352 sequences of IPAex Gothic Font have same glyph shapes for different sequences, because some differences of glyph shapes in Mincho font design have no meaning in Gothic font design.
U+5026;U+E0101 U+50C5;U+E0101 U+5132;U+E0101 U+514E;U+E0101
U+51A4;U+E0101 U+5307;U+E0100 U+537F;U+E0102 U+53A9;U+E0103
U+53A9;U+E0105 U+53C9;U+E0101 U+53DB;U+E0101 U+53DF;U+E0101
U+54AC;U+E0101 U+54E8;U+E0101 U+55B0;U+E0101 U+5632;U+E0101
U+5642;U+E0101 U+564C;U+E0101 U+56C0;U+E0101 U+5835;U+E0101
U+5906;U+E0101 U+5A29;U+E0101 U+5BDB;U+E0100 U+5C51;U+E0101
U+5C60;U+E0101 U+5DF7;U+E0101 U+5E96;U+E0101 U+5EDF;U+E0101
U+5EFB;U+E0101 U+5F98;U+E0101 U+5FBD;U+E0101 U+6062;U+E0101
U+6062;U+E0102 U+609E;U+E0101 U+6108;U+E0101 U+61F2;U+E0100
U+6241;U+E0101 U+633A;U+E0101 U+633D;U+E0101 U+6357;U+E0101
U+6372;U+E0101 U+63C3;U+E0101 U+646F;U+E0100 U+647A;U+E0101
U+64B0;U+E0101 U+64E2;U+E0101 U+65A7;U+E0101 U+6666;U+E0101
U+66B5;U+E0101 U+6717;U+E0101 U+6753;U+E0101 U+6756;U+E0101
U+6897;U+E0101 U+6962;U+E0101 U+696F;U+E0101 U+698A;U+E0101
U+6994;U+E0101 U+69CC;U+E0101 U+6A0B;U+E0101 U+6A3D;U+E0101
U+6ADB;U+E0100 U+6B4E;U+E0101 U+6C72;U+E0101 U+6DEB;U+E0101
U+6EA2;U+E0101 U+6EBA;U+E0101 U+6F23;U+E0100 U+7015;U+E0101
U+701E;U+E0101 U+7026;U+E0101 U+7058;U+E0101 U+7078;U+E0101
U+707C;U+E0101 U+7149;U+E0100 U+714E;U+E0101 U+7152;U+E0101
U+717D;U+E0102 U+723A;U+E0101 U+724C;U+E0101 U+7259;U+E0101
U+72E1;U+E0101 U+7337;U+E0102 U+7337;U+E0101 U+7511;U+E0102
U+7511;U+E0103 U+7515;U+E0102 U+7526;U+E0101 U+75BC;U+E0101
U+77A5;U+E0101 U+7941;U+E0101 U+7947;U+E0101 U+79B0;U+E0101
U+79E4;U+E0101 U+7A17;U+E0101 U+7A7F;U+E0101 U+7AC8;U+E0101
U+7B08;U+E0102 U+7B75;U+E0101 U+7BAD;U+E0101 U+7BB8;U+E0101
U+7BC7;U+E0101 U+7BDD;U+E0101 U+7C3E;U+E0102 U+7C7E;U+E0102
U+7C82;U+E0101 U+7FEB;U+E0101 U+7FF0;U+E0101 U+8171;U+E0101
U+817F;U+E0101 U+8258;U+E0101 U+8292;U+E0101 U+82A6;U+E0101
U+8328;U+E0101 U+845B;U+E0101 U+84EC;U+E0101 U+8511;U+E0101
U+853D;U+E0101 U+85A9;U+E0101 U+85AF;U+E0101 U+85F7;U+E0101
U+8612;U+E0100 U+8654;U+E0101 U+86F8;U+E0101 U+8703;U+E0101
U+8755;U+E0101 U+8805;U+E0101 U+8956;U+E0101 U+8A0A;U+E0101
U+8A1D;U+E0102 U+8A3B;U+E0101 U+8A6E;U+E0101 U+8AB9;U+E0101
U+8AFA;U+E0101 U+8B0E;U+E0101 U+8B2C;U+E0101 U+8B7F;U+E0101
U+8C79;U+E0101 U+8CED;U+E0101 U+8FBB;U+E0101 U+8FBF;U+E0101
U+8FC2;U+E0101 U+8FC4;U+E0101 U+8FE6;U+E0101 U+9017;U+E0101
U+9019;U+E0101 U+9022;U+E0101 U+903C;U+E0101 U+9041;U+E0102
U+905C;U+E0101 U+9061;U+E0101 U+912D;U+E0101 U+914B;U+E0101
U+91DC;U+E0101 U+9306;U+E0101 U+9375;U+E0101 U+939A;U+E0101
U+9453;U+E0101 U+9699;U+E0101 U+9771;U+E0101 U+9784;U+E0101
U+9798;U+E0101 U+97AD;U+E0101 U+98F4;U+E0101 U+9905;U+E0101
U+990C;U+E0103 U+9910;U+E0101 U+9957;U+E0101 U+99C1;U+E0101
U+9A19;U+E0101 U+9A4A;U+E0101 U+9BAB;U+E0101 U+9BD6;U+E0101
U+9C2F;U+E0101 U+9C52;U+E0101 U+9D09;U+E0101 U+9D60;U+E0101
U+55A9;U+E0102 U+55A9;U+E0100 U+6FF9;U+E0101 U+6FF9;U+E0100
Addition of vertical and horizontal shape change setting
Addition of vertical and horizontal shape change setting for hyphens (U+002D, U+2010, U+2011, U+2012) .
Changes of tables in font file
head table
IPAex Mincho : fontRevision:1.030 --> 2.010
IPAex Gothic : font Revision : 1.020 --> 2.010
name table : update of ID0, ID3, ID5
IDO (Copyright)
2003-2009 --> 2003-2012
ID3 (Unique Font Identifier)
IPAex Mincho : IPAexMincho Version 001.03 --> IPAexMincho Version 002.01
IPAex Gothic : IPAexGothic Version 001.02 --> IPAexGothic Version 002.01
ID5 (version)
IPAex Mincho : Version 001.03 --> Version 002.01
IPAex Gothic : Version 001.02 --> Version 002.01
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.
This package provides OpenType fonts only.
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.
This package provides OpenType fonts only.
Overview of changes leading to 0.9.5
Sunday, October 14, 2012
====================================
- Synthetic-GSUB Arabic fallback shaping.
- Misc Indic improvements.
- Add build system support for pthread.
- Imported UCDN for in-tree Unicode callbacks implementation.
- Context-aware Arabic joining.
- Misc other fixes.
- New API:
hb_feature_to/from-string()
hb_buffer_[sg]et_content_type()
Changes:
The Type 1 Euler fonts have been upgraded so that some inconsistencies
with the character widths in the corresponding TFM files have been
fixed, and minor optimizations were carried out on some of the
character outlines. The changes affect only the PFB, AFM, and PFM
files.
and providing easy installation for Japanese font for ghostscript,
new package imported (from wip).
Ryumin-Light and GothicBBB are the most frequently used fonts
in Japanese documents. This package will add the capability for
gs to display Japanese document with those reference.
Options to choose alternate fonts for them, see options.mk,
and set to PKG_OPTIONS.gcr_type, currently default is ipa.
(1) set GS_RESOUCEDIR= with ${GS_VERSION} included
(2) set GHOSTSCRIPT_REQD= 9.05
(3) Add inclusion for print/ghostscript/Makefile.common
to get ${GS_VERSION} linked.
(4) Bump PKGREVISION
Changelog:
version 1.036 created 2012/09/12
* Updates fonts to fix bug in TTF versions in which the GDEF table was not
included.
version 1.035 created 2012/09/10
* Updates the fitting for 'u' and its related glyphs. Updates the kerning in
the upright fonts.
version 1.034 created 2012/08/15
* Improved sidebearings of some glyphs, improved kerning classes, improved
some kern pairs.
* Fixed metrics issues with upright letter D and composites.
* Added glyphs and OT feature support for Jarai language.
* Added 'ordfeminine' glyph to 'ss02' feature.
* Changed glyph name 'schwa.supss' to 'uni0259.sups'.
* Changed weightClass value of the ExtraLight fonts from 250 to 200.
* Changed OS/2.usWinAscent and OS/2.usWinDescent values to be the same across
all fonts.
* Changed hhea.Ascender and hhea.Descender values as a result of the OS/
2usWin changes.
* Changed OS/2 table version number from 4 to 3.
* Harmonized the copyright strings.
* Change to Google croscore font 1.21.0 base
* Change license to the SIL Open Font License, Version 1.1
Changelog:
"On Jul 18 Liberation fonts 2.00.0 version is released based
on croscore fonts to resolve long standing licensing problem and
also get more coverage present in croscore fonts."
Changelog:
2012/05/27 3.000 Added missing Jinmeiyou kanji and miscellaneous other kanji
and symbols. Corrected errors reported by users. In detail:
(detail is snipped)
Upstream changes:
1.02 (r862, 2012-08-30)
* Fix typo in Useall to get case right
1.01 (r859, 2012-08-30)
* Add IO::String prerequisite to make BSD and other testing environments happy
LICENSE of generated TTF fonts is "ipafont AND open-font-license",
but OPEN FONT LICENSE version 1.1. section 5) require to distribute entirely
under the license.
This minor maintenance release unsurprisingly provides the usual recent
collection of build configuration improvements and janitorial cleanups.
Alan Coopersmith (4):
config: upgrade to util-macros 1.8 for additional man page support
Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
Remove unnecessary calls from configure.ac
bdftopcf 1.0.3
Gaetan Nadon (6):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: update AC_PREREQ statement to 2.60
Jesse Adkins (1):
Purge cvs tags.
The family currently includes six weights, from ExtraLight to Black,
in upright and italic styles. The fonts offer wide language support
for Latin script, including Western and Eastern European languages,
Vietnamese, pinyin Romanization of Chinese, and Navajo.
This package provides OpenType fonts only.
changes:
* FC_GLOBAL_ADVANCE now deprecated
* Disable non-Unicode SFNT names by default (Use --enable-iconv to
enable it)
* Available config files has been moved to
/usr/share/fontconfig/conf.avail
* Warns multiple values of <test>s and <family>s in <match> and <alias>
* Add XDG Base Directory Specification support
* Add FC_LANG environment variable for default substitute language.
* Add more options to configure the installation paths
* Add "namelang" object to obtain the localized name of the family,
style and fullname.
* Unicode 6.1 support
* CACHEDIR.TAG support
* Fix several build issues with older gcc, MinGW, Win32.
* Fix a fail of creating caches on some filesystems
* Fix memory leaks
* Add/Update orthography files
* Improve documents
* and more bug fixes and enhancements.
pkgsrc changes: some cleanup - install only useful stuff to /etc
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check)
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-696b, 9400-ffff (first check)
which again based on following upstream announce.
------------------------------
[ANNOUNCE] font releases, second and final part
Mon, 15 Nov 2010 15:33:04 -0800
http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01323.html
-------
And here are the final font releases. Like in my previous batch, all
changes are by Gaétan and Jesse.
-------------------------------
(30 fonts are listed below,
marked *'s are not imported yet or already up-to-date)
now new
font-arabic-misc 1.0.1 1.0.3
font-bh-lucidatypewriter-100dpi 1.0.1 1.0.3
font-bh-lucidatypewriter-100dpi 1.0.1 1.0.3
font-bh-lucidatypewriter-75dpi 1.0.1 1.0.3
font-bh-lucidatypewriter-75dpi 1.0.1 1.0.3
font-bh-ttf 1.0.1 1.0.3 (with some PLIST change)
font-bh-type1 1.0.1 1.0.3
font-bitstream-100dpi 1.0.1 1.0.3
font-bitstream-75dpi 1.0.1 1.0.3
font-bitstream-speedo 1.0.2*
font-bitstream-type1 1.0.1 1.0.3
font-cronyx-cyrillic 1.0.1 1.0.3
font-cursor-misc 1.0.1 1.0.3
font-daewoo-misc 1.0.1 1.0.3
font-dec-misc 1.0.1 1.0.3
font-ibm-type1 1.0.1 1.0.3
font-isas-misc 1.0.1 1.0.3
font-jis-misc 1.0.1 1.0.3
font-micro-misc 1.0.1 1.0.3
font-misc-cyrillic 1.0.1 1.0.3
font-misc-ethiopic 1.0.1 1.0.3
font-misc-meltho 1.0.1 1.0.3
font-misc-misc 1.0.0 1.1.2 (patch-a[ac] modified and
patch-ab removed)
PLIST change as:
lib/X11/fonts/misc/
share/fonts/X11/misc/
font-mutt-misc 1.0.1 1.0.3
font-schumacher-misc 1.1.2 1.1.2* (Already up-to-date)
font-screen-cyrillic 1.0.2 1.0.4
font-sony-misc 1.0.1 1.0.3
font-sun-misc 1.0.1 1.0.3
font-winitzki-cyrillic 1.0.1 1.0.3
font-xfree86-type1 1.0.2 1.0.4
30 are in the list and 28 out of them are delt this bundle patch
-------------------------------
Also fonts/font-misc-misc/patches/patch-ab is deleted, upstream
no longer has the lines originally patch-ab is removing.
which again based on following announce
--------
Sun, 14 Nov 2010 22:43:47 -0800
[ANNOUNCE] font releases, part 1:
http://www.mail-archive.com/xorg-announce@lists.freedesktop.org/msg01322.html
--------
As promised, here's a first batch of font releases, hopefully in time
for the upcoming katamari. For now, I've only tackled "adobe-*" fonts,
the rest will come later once I get round to it.
The major changes for these fives releases are
- CVS tags purges by Jesse Adkins
- font-util macro bump to 1.2 by Gaétan Nadon
--------
The versions of this update are summarized as:
font-adobe-100dpi 1.0.1 -> 1.0.3
font-adobe-75dpi 1.0.1 -> 1.0.3
font-adobe-utopia-100dpi 1.0.2 -> 1.0.4
font-adobe-utopia-75dpi 1.0.2 -> 1.0.4
font-adobe-utopia-type1 1.0.1 -> 1.0.4
This also includes upstream PATH change, i.e. PLIST.
lib/X11/fonts/Type1 -> share/fonts/X11/Type1
--------
font-util was bumped already separately, so not included
in this commit.
Bump version to 2.9.0
Get rid of $< from Makefile.am
Fix a build fail on some environment.
Fix a build fail on some environment
Fix a build issue
Update to detect the uncommited changes properly
Update the version info
Fix distcheck error
Bug 19128 - Handling whitespace in aliases
Add a workaround alias for Dingbats.
Check null value for given object to avoid possibly segfaulting
Bug 23336 - unable to display bitmap-only (SFNT) TrueType or OpenType
Force to find out a size for bitmap-only ttf to avoid the blank glyphs
in the font.
Patch from Bug Fly
Bug 41694 - FcCache functions have random-number-generator side
effects
Use the own random number generator state if possible.
Bug 25652 - Add ortho file for locale mni_IN
Add mni.orth for Maniputi
Bug 25653 - Add ortho file for locale doi_IN
Add doi.orth for Dogri
Add brx.orth and sat.orth
Bug 25650 - Add ortho file for locale sat_IN
Add sat.orth for Santali
Bug 25651 - Add ortho file for locale brx_IN
Add brx.orth for Bodo.
Bug 27385 - lcdfilter settings for freetype-2.3.12 not available
in fontconfig-2.8.0
Add config files for FT_LcdFilter options.
Patch from Robin Johnson.
Do not update stream->pos when seeking is failed.
Bug 46169 - Pointer error in FcConfigGlobMatch
Fix possibly accessing the invalid memory and a crash in the
worst case
when the glob string is longer than the string.
makealias: handle missing funcs better
When adding new functions, if the actual definition doesn't match the
header (say due to a typo), the regeneration of the internal headers
get confused and output bad cpp logic. This causes gcc to barf due
to mismatched #ifdef/#endif. Which is a pain to figure out due to
the sheer voulme of generated code.
So tweak the makealias script to detect this case and error out.
While we're here, improve the cpp output a bit to indent, include
comments, and merge similar ifdef blocks.
FcObjectValidType: tweak -1 checking
Newer gcc doesn't like when you switch on an enum and use a value
that isn't declared:
fcname.c: In function 'FcObjectValidType':
fcname.c:299:2: warning: case value '4294967295'
not in enumerated type 'FcType' [-Wswitch]
So tweak the logic to avoid this warning.
fix build warnings when using --with-arch
Latest configure code will setup FC_ARCHITECTURE directly rather than
going through ARCHITECTURE, so update fcarch.h accordingly.
fc-{list,match}: constify format string
We don't free this string anywhere, so mark it const to avoid gcc
warnings
and possible bugs in the future (if people did try freeing it).
fc-list.c: In function 'main':
fc-list.c:161:16: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
fc-match.c: In function 'main':
fc-match.c:201:13: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
fc-match.c:203:13: warning: pointer targets in assignment
differ in signedness [-Wpointer-sign]
FcName{,Get}Constant: constify string input
These funcs don't modify the incoming string, so add const markings.
This is the "right thing", shouldn't change the ABI, and fixes some
gcc warnings:
fccfg.c: In function 'FcConfigEvaluate':
fccfg.c:916:2: warning: passing argument 1 of 'IA__FcNameConstant'
discards 'const' qualifier from pointer target type [enabled
by default]
fcalias.h:253:34: note: expected 'FcChar8 *' but
argument is of type 'const FcChar8 *'
fcxml.c: In function 'FcTypecheckExpr':
fcxml.c:604:2: warning: passing argument 1 of 'IA__FcNameGetConstant'
discards 'const' qualifier from pointer target type [enabled
by default]
fcalias.h:251:37: note: expected 'FcChar8 *' but
argument is of type 'const FcChar8 *'
fc-cat: fix pointer warning
Add a cast to avoid a gcc warning:
fc-cat.c: In function 'cache_print_set':
fc-cat.c:230:2: warning: pointer targets in passing argument 2
of 'FcPatternFormat' differ in signedness [-Wpointer-sign]
../fontconfig/fontconfig.h:860:1: note:
expected 'const FcChar8 *' but argument is of type 'char *'
FcStat: change to FcChar8 for first arg
This shouldn't affect the ABI, makes FcStat more like the rest of the
fontconfig API, and fixes warnings where we pass FcChar8* pointers in
to this func from other places.
delete unused variables
Newer gcc is better at detecting set-but-unused variables.
FcStrPlus: optimize a little
We've already calculated the lengths of these strings, so re-use those
values to avoid having to rescan the strings multiple times.
Bug 44826 - <alias> must contain only a single <family>
Fix invalid syntax around alias elements in 30-metric-aliases.conf
40-nonlatin.conf and 45-latin.conf.
Patch from lolilolicon
Get rid of the unexpected family name
UmePlus P Gothic isn't a serif font.
Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
Fix a typo.
Bug 43321 - Required corrections in urdu.orth file
Drop U+0629 and U+0647, and add U+06c3 to ur.orth
Bug 42423 - make default Korean font from Un to Nanum
Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts.
Bug 40452 - Running 'fc-match --all' core dumps when no fonts are
installed
This would changes the behavior of FcFontSort().
it won't returns NULL afterward.
Bug 35517 - Remove Apple Roman cmap support
Get rid of the apple roman encoding related code
Add a missing file
Bug 32965 - Asturian (ast-ES) language matching missing ḷḷḥ
Add U+1E24, U+1E25, U+1E36 and U+1e37 for Asturian
Remove the unnecessary comment in ks.orth
Bug 27195 - need updates to ks.orth file
Add U+0620, U+0657, U+065f, U+0672, U+0673 and U+06c4 for Kashmiri
See http://www.unicode.org/charts/PDF/U0600.pdf
Bug 24744 - No n'ko orthography
Add nqo.orth for N'Ko
Add FcPublic to FcLangSetUnion and FcLangSetSubtract
Patch from ssp
Fix parallel build
Bug 41171 - Invalid use of memset
Fix stupid bug in FcFontSort()
I broke FcFontSort() language handling at the end of 2008 with this
commit: c7641f28
G-d knows how many of the lang-matching bugs in bugzilla will be
fixed by this changed...
I'm really sorry, everyone!
Switch fc-cat to use FcPatternFormat()
Added the a builtin "fccat" to FcPatternFormat().
Switch fc-match to use FcPatternFormat()
Fix small bug in FcPatternFormat that was letting element-default to
consume the convertor sequence.
Bug 26718 - "fc-match sans file" doesn't work
- Do not throw away FC_FILE in FcNameUnparse
- Update the builtin "fclist" format to remove FC_FILE properly
instead
- Switch fc-list to use FcPatternFormat()
Note that I had previously broken fc-list and it was not showing the
file name anymore. No one noticed that it seems! Now fixed.
Bug 36577 - Updating cache with no-bitmaps disables bitmap fonts...
Do not remove blacklisted fonts during cache generation. We already
apply the blacklist when reading the caches. The idea always has been
that the config should not affect caches built, although that design
was tarnished with the introduction of target="scan" configurations.
[.gitignore] Update
Bug 35587 - Add padding to make valgrind and glibc not hate each other
Fix warning
Always define FcStat as a function
Such that first arg is const char *. We also need to make more
changes
in that function as part of some other bug.
More doc typo fixes
Mark constant strings as constant
Fixes a few compiler warnings in fcxml.c and makes it clear that they
should not be freed.
Bug 30566 - fcformat.c:interpret_enumerate() passes uninitialized
idx to FcPatternGetLangSet()
Bug 20113 - Uighur (ug) orthography incomplete
Documentation fixes
Remove --enable-maintainer-mode from autogen.sh
Update CaseFolding.txt to Unicode 6.0
Remove AM_MAINTAINER_MODE
That macro is simply broken.
This was also brought up in:
Bug 32679 - fontconfig-2.8.0 does not cross compile
Fix assertion failure on le32d4
Reported by Jon TURNEY.
Doc nit
Skip <range> elements with begin > end
Add <range> support for <blank> into the DTD
Merge: 30fd4fa fa269cf
Allow editing charset and lang in target="scan"
Merge commit 'fa269cf812ee304534b0e4c44662202496008db0'
Fixes:
Bug 31969 - Can't modify charset in target="scan"
Bug 23758 - Can't modify lang in target="scan"
Bump version
Make fc-arch stuff cross-compiling-safe
Fixes:
Bug 32679 - fontconfig-2.8.0 does not cross compile
Bug 25462 - Cross-compilation doesn't work
Make most generated-files cross-compiling-safe
By simply including a copy in the tarball.
Remains fc-arch which is trickier.
add some documents
Add editing langset feature.
The syntax to add any langset to the langset table looks like:
<match target="scan">
<test name="family">
<string>Buggy Sans</string>
</test>
<edit name="lang" mode="assign">
<plus>
<name>lang</name>
<langset>
<string>zh-cn</string>
<string>zh-tw</string>
</langset>
</plus>
</edit>
</match>
To remove any langset from the langset table:
<match target="scan">
<test name="family">
<string>Buggy Sans</string>
</test>
<edit name="lang" mode="assign">
<minus>
<name>lang</name>
<langset>
<string>ja</string>
</langset>
</minus>
</edit>
</match>
Add the range support in blank element
add some document for range and charset.
Add charset editing feature.
The syntax to add any characters to the charset table looks like:
<match target="scan">
<test name="family">
<string>Buggy Sans</string>
</test>
<edit name="charset" mode="assign">
<plus>
<name>charset</name>
<charset>
<int>0x3220</int> <!-- PARENTHESIZED IDEOGRAPH
ONE -->
</charset>
</plus>
</edit>
</match>
To remove any characters from the charset table:
<match target="scan">
<test name="family">
<string>Buggy Sans</string>
</test>
<edit name="charset" mode="assign">
<minus>
<name>charset</name>
<charset>
<int>0x06CC</int> <!-- ARABIC LETTER FARSI YEH -->
<int>0x06D2</int> <!-- ARABIC LETTER YEH BARREE -->
<int>0x06D3</int> <!-- ARABIC LETTER YEH BARREE
WITH HAMZA ABOVE -->
</charset>
</minus>
</edit>
</match>
You could also use the range element for convenience:
...
<charset>
<int>0x06CC</int> <!-- ARABIC LETTER FARSI YEH -->
<range>
<int>0x06D2</int> <!-- ARABIC LETTER YEH
BARREE -->
<int>0x06D3</int> <!-- ARABIC LETTER YEH
BARREE WITH HAMZA ABOVE -->
</range>
</charset>
...
Bug 28958 - lang=en matches other langs
Patch from Akira TAGOH.
Fix returned value
Cleanup copyright notices to replace "Keith Packard" with "the
author(s)"
Add more copyright owners
fontconfig.pc.in: Add sysconfdir, localstatedir, and PACKAGE
In the default case, cachedir and confdir will evaluate to something
referencing these other variables (which wouldn't otherwise be defined
in the pkg-config file.
Fixes a regression introduced by
81b542b50f82f8a0ad9f38f7d913fe5433631166
Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk>
fontconfig.pc: Add variables for confdir and cachedir
Bug 24729 - [ne_NP] Fix ortho file
Exclude three characters (U+090C..090E) from Nepalese.
[fc-lang] Support excluding characters
By prefixing a line by a hyphen/minus sign. Useful when including
other orth files.
Add new public API: FcCharSetDelChar()
Bug 29995 - fc-cat does not invoke FcFini()
Add comments
Bug 29338 - fc-pattern.sgml, open para tag
Fix compiler warnings
Add fc-pattern cmdline tool
Fix comment
Remove all training whitespaces
More whitespace
Whitespace
Accept TT_PLATFORM_MICROSOFT, TT_MS_ID_SYMBOL_CS from name table
The OT spec says:
"When building a Unicode font for Windows, the platform ID should
be 3 and the encoding ID should be 1. When building a symbol
font for Windows, the platform ID should be 3 and the encoding
ID should be 0."
We were ignoring the SYMBOL_CS entry before. It's UTF-16/UCS-2
like the UNICODE_CS.
Also, always use UTF-16BE instead of UCS-2BE. The conversion
was doing UTF-16BE anyway.
Don't include unistd.h in fontconfig.h
Bug 26783 patch: unistd.h not exist on ms windows
Bug 25152 Don't sleep(2) if all caches were uptodate
Bug 26157 Solaris/Sun C 5.8: compilation of 2.8.0 and 2.7.3 fails
Bug 18886 installation crashes if fontconfig already installed
Run the uninstalled fc-cache, not the installed one.
More doc typo fixes
Fix doc typo
Add note about autogen.sh to INSTALL
Update INSTALL
Bug 25508 configure assumes bash > 2.0 is on system
Remove dolt. With libtool2, there's not much need for dolt.
[doc] Fix typo
[fc-cache] Document -r argument in man page
1.3.0:
This release includes a number of bug fixes and code cleanups of
the utilities, as well as improvements to the GNU autoconf macros
for X.Org font packages for cross-compiling support.
Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of the cross-compilation fixes - the
next release of the font packages will include this fix in the configure
scripts distributed in their tarballs.
1.2.0:
This release adds two new options that some of the font packages will
offer in their configure scripts:
--disable-all-encodings option to the macros used in the bdf font
packages, to set the default to disabled for all encodings so that
builders/packagers wanting to build just a subset of encodings can
start with none and add the ones they want instead of having to disable
all those they don't want.
--with-fc-confdir to specify the path to fontconfig's configuration
files directory (normally /etc/fonts), for packages like bh-ttf that
install fontconfig configuration snippets. If not specified,
the default will be the confdir variable from fontconfig.pc if present
(which it won't be until the next fontconfig release), otherwise
${sysconfdir}/fonts.
Existing font packages will need to have autoreconf run after installing
the new fontutil.m4 to take advantage of this fix - the next release of
the font packages will include this fix in the configure scripts
distributed in their tarballs.
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-6905, 946d-ffff (first check)
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-6905, 946d-ffff (first check)
For most font packages, the only changes other than rebuilding with the
latest autoconf macros & autotools releases are these common janitorial
cleanups:
Gaetan Nadon (4):
.gitignore: use common defaults with custom section # 24239
INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206
Makefile.am: add INSTALL target and clean ChangeLog DIST targets
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
This minor maintenance release is built with the latest X.Org autotools macros
and provides the usual recent collection of build configuration improvements
and janitorial cleanups.
This minor feature release adds support for the 'ExtraLight' and 'Heavy'
weights in Type 1 fonts generated by FontForge, and recognizes the fonts
from the Culmus project <http://culmus.sourceforge.net>, mapping them to
the XLFD foundry name "culmus".
1.1.1:
This minor maintenance release fixes several build configuration and
compiler warning issues.
1.1.0:
This release adds support for finding the encoding data-files in
using the standard autoconf macros provided by X.Org's fontutil.m4.
The precedence is now (first found is used):
--with-encodingsdir=<pathname>
encodings subdirectory of fontrootdir found via:
--with-fontrootdir
pkg-config --variable=fontrootdir fontutil
${datadir}/fonts/X11
It also converts to using standard libc memory allocation functions,
and provides the usual recent build configuration improvements and
janitorial cleanups.
Changelog:
VLGothic-20120325
* Sync with M+1C and 1M of 2012.03.25 CVS HEAD
* Add 135 Kanji characters
VLGothic-20120312
* Sync with M+1C and 1M of 2012.03.12 CVS HEAD
* Add 12 Kanji characters and 14 symbols
A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.
The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.
This update is provided by Miwa Susumu on pkgsrc-users@.
* Use os2version_reviser.sh in post-build, for adjusting spacing of Zenkaku
characters.
Changelog:
Version 3.2.0 (16 Apr. 2012)
* Adjust character spacing
* Add command line options
VERSION 1.9 2012-03-14
CHANGES IN 1.9
Fixed the problem with inverted question mark facing the wrong way. (Thanks
to Swyter for reporting it.)
Modified the small "w" and "g".
Restored the original look for size 6x12 bold.
CHANGES IN 1.8
Fixed a problem where chars showed up as boxes in xfontsel and some apps.
Tweaks, esp. to 8x17 size
CHANGES IN 1.7
Added two new sizes: tiny 5x9 and large 10x20.
Retired size 7x12. (If this presents major problem for you, get in touch.)
Added a pixel to the height of the 6x11 size, making it 6x12.
Added new chars for partial ISO8859-1 support, mainly covering the accented
characters and currency symbols. I consider these new characters to be BETA,
since I don't use them so I'm not sure how they should look. If you have
feedback about them, please get in touch.
Made many minor tweaks to character shapes. In particular, the f, l, and t
have a more "traditional" look. Also, I've changed the w and y again.
Changelog:
In Gothic (Sans-serif) family
* Fix glyphs in Unicode : 0020-6727, 946d-ffff (first check)
In Minchi (Serif) family
* Fix glyphs in Unicode : 0020-6727, 946d-ffff (first check)
Google Croscore fonts package contains a collections of fonts that
offers improved on-screen readability characteristics and the
pan-European WGL character set and solves the needs of developers
looking for width-compatible fonts to address document portability
across platforms.