-----------------------------------
Version 4.40:
* Added 6 combining accents as separate characters.
* Added 14 letters with dot above / dot below.
* Added partial subscript and superscript: all digits and 11 letters.
* Added 30+ math characters, notably large braces, brackets and parens.
* Added unicode range 2800-28FF in two variants (br1 and br2).
* A few small character fixes.
* Altered configure to be a bit more POSIX compliant.
* Replaced some obscure (un)install Makefile targets with variables.
A family of high-quality WGL4 TrueType fonts, created by the Bigelow
& Holmes type foundry specifically for the Go project.
The font family, called Go (naturally), includes proportional- and
fixed-width faces in normal, bold, and italic renderings. The fonts
have been tested for technical uses, particularly programming. Go
source code looks particularly good when displayed in Go fonts, as
its name implies, with things like punctuation characters easily
distinguishable and operators lined up and placed consistently.
Merriweather is a workhorse text type family made specifically for
screens. Print use is not a significant consideration in the design.
Merriweather is useful for Latin, Arabic, Cyrillic and Greek. The
styles include Regular, Bold, Italic and Bold Italic.
2016-10-29 Paul Hardy <unifoundry@unifoundry.com>
* Version: 9.0.04.
* font/plane00/unifont-base.hex:
- Extended "{" and "}" by one pixel to add a point in the center.
- Swapped U+2A05 and U+2A06; they were in reverse order.
* Added omitted ChangeLog entry for Unifont 9.0.03 for the addition
of Pikto glyphs to font/plane0Fcsur/plane0Fcsur.hex.
21 October 2016 Release (Unifont 9.0.03): This release updates some glyphs and adds these ConScript Unicode Registry (CSUR) scripts:
U+E8E0..U+E8F4 Tonal System, a base 16 system for counting, weights, and measures invented by John William Nystrom, a 19th-century civil engineer. Drawn by Paul Hardy.
U+F8C8 Aiha, by Ursula K. Le Guin, added the Aiha double combining glyph. This was omitted in the original CSUR Aiha description. Drawn by Paul Hardy.
U+0F0E70..U+0F11E7 Pikto, a pictographic Constructed Language ("ConLang") created by John E. Williams in the 1950s.
The addition of the Pikto script is the main change in this version. Andrew Miller scanned the Pikto pictographs from John Williams' Pikto book. Paul Hardy and Johnnie Weaver drew the Unifont Pikto glyphs. A detailed chart of these glyphs and their meanings is on the (very large, about 1 Mbyte!) Pikto page.
The Tonal System is a comprehensive base 16 counting and measuring system devised during the nascense of the international effort to standardize on a decimal system of measurement. A Tonal System overview appears on this Tonal page.
The large bitmap linked at the top of this page now includes the Plane 0 CSUR glyphs.
Lato is a sans-serif typeface family designed in the Summer 2010 by
Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in
Polish). In December 2010 the Lato family was published under the
open-source Open Font License by his foundry tyPoland, with support
from Google.
In 2013-2014, the family was greatly extended to cover 3000+ glyphs
per style. The Lato 2.010 family now supports 100+ Latin-based
languages, 50+ Cyrillic-based languages as well as Greek and IPA
phonetics. In the process, the metrics and kerning of the family
have been revised and four additional weights were created.
Raleway is an elegant sans-serif typeface family.
Initially designed by Matt McInerney as a single thin weight, it
was expanded into a 9 weight family by Pablo Impallari and Rodrigo
Fuenzalida in 2012 and iKerned by Igino Marini. In 2013 the Italics
where added.
It is a display face and the download features both old style and
lining numerals, standard and discretionary ligatures, a pretty
complete set of diacritics, as well as a stylistic alternate inspired
by more geometric sans-serif typefaces than its neo-grotesque
inspired default character set.
Use the main webpage tarball, which also includes CJK and Emoji
in hinted versions.
Changes: many more characters, covers all of Unicode, it claims,
and switched license to ofl-v1.1 (from apache-2.0).
Overview of changes leading to 1.3.2
Wednesday, September 27, 2016
====================================
- Fix build of hb-coretext on older OS X versions.
-------------------------------------
0.0.25
- outline and spacing on C,G.
- improved terminals on numerous glyphs
- weight/stem width fixes (k,G)
- port imrpovements from regular to bold
- improved metrics
- fixes to f-ligatures
- shape fixes to some numerals
- fixes to anchors > composited glyphs
----------------------------------
Changes in version 4.1:
* Detect iconv and add LIBICONV to LDADD
* Detect support for -Wl,--as-needed in configure
* Those changes fix compilation on OS X
Changes in version 4.0:
* Add a --no-embed option
* Fix broken handling of font names
---------------------------------
1.06 2016-08-17
* Source repo moved from Subversion to Github
* OpenType script and lang tags updated from ISO/IEC 14496-22:2015, draft amendment 2
* Various POD improvements
* Add deepcopy mode to Dumper::ttfdump()
* Bug fixes
* Wasn't installing on Windows Perl 5.22 and up
* Reading mark-to-ligature lookups would crash if anchors were omitted
* Incorrect extension lookup structure
* Multiple fixes in Silf table processing
* rt.cpan.org #106562 Uninitialized value warnings
* rt.cpan.org #106816 spelling errors in manpage
--------------------------------------------
0.07 2015-09-27 dmol@cpan.org
- No changes since 0.07_2
0.07_2 2015-09-24 dmol@cpan.org
- Try to support utf8_to_uvchr_buf for older perls
0.07_1 2015-09-24 dmol@cpan.org
- Fix UTF-8 string usage on non-intel architectures (GH#17)
0.06 2015-01-27 dmol@cpan.org
- No changes since 0.06_1
0.06_1 2015-01-27 dmol@cpan.org
- Allow optionally fallback to missing glyph
0.05 2015-01-27 dmol@cpan.org
- No changes since 0.05_02
0.05_2 2015-01-23 dmol@cpan.org
- Be more tolerant in test for checking underline position
(CT#9d93130c-a254-11e4-9a11-67e5227a829d) (Ivan Baidakou, basiliscos).
- Get build options from freetype-config if it exists (RT#101654)
(Zakariyya Mughal).
0.05_1 2015-01-21 dmol@cpan.org
- Avoid clang warning (RT#101653).
- Attempt to fix CT#939e0664-8c46-11e4-8147-dcee86cc0d3a.
--------------------------------------------------------------------
(pkgsrc changes)
- Drop patch-FreeType.xs (upstream implemented)
- Modify patch-Makefile.PL
Upstream implemented automatic environment config, with some
testing, but testing part is redundent to pkgsrc, and yet harmfull,
so remove that part.
- Add buildlink to x11.buildlink3.mk to use freetype-config
for automatic configuration
The installed version of this library was found and used instead of the
one build by the package, leading to problems when the pkgsrc one had
symbols the native one doesn't have. Add libtool path to compiler
search path to fix this.
From spz.
Overview of changes leading to 1.3.1
Wednesday, September 7, 2016
====================================
- Blacklist bad GDEF of more fonts (Padauk).
- More CoreText backend crash fixes with OS X 10.9.5.
- Misc fixes.
I've released 2.12.1 containing some fixes:
- IMPORTANT: properly validate offsets in cache files. see changelog and
CVE-2016-5384 for more details. thanks to Tobias Stoeckmann for catching
this up!
- build issues regarding to Python.
- add --with-default-hinting to configure.
- fix segfault in FcWeightFromOpenType()
Precise changes unknown
Updated fonts/tex-academicons{,-doc} to 1.7.2
Updated fonts/tex-cs to 2016.41553
Updated fonts/tex-erewhon{,-doc} to 1.06
Updated fonts/tex-fbb{,-doc} to 1.11
Updated fonts/tex-fontawesome{,-doc} to 4.6.3.2
Updated fonts/tex-fonts-tlwg to 0.6.3
Added fonts/tex-fonts-tlwg-doc version 0.6.3
Updated fonts/tex-glyphlist to 2016
Updated fonts/tex-japanese-otf{,-doc} to 1.7b6.41546
Updated fonts/tex-luaotfload{,-doc} to 2.7.3
Updated fonts/tex-oldstandard{,-doc} to 2.2
Updated fonts/tex-xcharter{,-doc} to 1.078a
--------------------------------
Changes from 2.36 to 2.37
* Fix issue with empty glyphs in condensed typefaces in the released source files.
Changes from 2.35 to 2.36
* Math: added DejaVu Math Tex Gyre by B. Jackowski, P. Strzelczyk and
P. Pianowski (on behalf of TeX users groups)
* Sans: removed dot of U+06BA in all forms
* Sans: fixed position of three dots of U+06BD in init and medi forms (by
Denis Jacquerye)
* Sans: corrected direction of contours in U+05E7 (by Lior Halphon)
* Sans: added U+1F643 (by Olleg Samoylov)
* Serif: moved up U+0360-0361 (by Gee Fung Sit 薛至峰)
* Serif: increased spacing of Roman numerals U+2161-2163, U+2165-2168,
U+216A-216B (by Gee Fung Sit 薛至峰)
* Serif: fixed anchor position of U+00E6 (by Gee Fung Sit 薛至峰)
* Sans: fixed vertical position of U+20BA (by Gee Fung Sit 薛至峰)
* Sans, Serif: fixed glyph height of Block Elements (by Gee Fung Sit 薛至峰)
* Sans, Serif: added U+A698-A699 (by Gee Fung Sit 薛至峰)
* Sans, Mono, Serif: added U+037F (by Gee Fung Sit 薛至峰)
* Mono: added U+0376-0377, U+037B-037D (by Gee Fung Sit 薛至峰)
* Serif: removed duplicate point from U+1D05 (by Gee Fung Sit 薛至峰)
* Mono: added U+20BA, U+20BD (by Gee Fung Sit 薛至峰)
* Sans: added moon symbols U+1F311-1F318 (by Ben Laenen)
Overview of changes leading to 1.3.0
Thursday, July 21, 2016
====================================
- Update to Unicode 9.0.0
- Move Javanese from Indic shaper to Universal Shaping Engine.
- Allow MultipleSubst to delete a glyph (matching Windows engine).
- Update Universal Shaping Engine to latest draft from Microsoft.
- DirectWrite backend improvements. Note: this backend is for testing ONLY.
- CoreText backend improvements with unreachable fonts.
- Implement symbol fonts (cmap 3.0.0) in hb-ft and hb-ot-font.
- Blacklist bad GDEF of more fonts (Tahoma & others).
- Misc fixes.