Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
I've released fontconfig-2.12.5 that contains Emoji/Math fonts
support in family name and lang, new APIs, to get the binding type
from FcPattern, and to load a configuration from memory. and some
bug fixes.
|
|
Overview of changes leading to 1.5.1
Tuesday, September 5, 2017
====================================
- Fix "unsafe-to-break" in fallback shaping and other corner cases.
All our tests pass with --verify now, meaning unsafe-to-break API
works as expected.
- Add --unicodes to hb-view / hb-shape.
- [indic] Treat Consonant_With_Stacker as consonant. This will need
further tweaking.
- hb_buffer_diff() tweaks.
|
|
|
|
Monoid is customizable and optimized for coding with bitmap-like
sharpness at 12px/9pt even on low-resolution displays.
|
|
teTeX was desupported in 2006, and we have texlive in pkgsrc since 2009.
|
|
|
|
No longer in texlive
|
|
No longer in texlive
|
|
|
|
|
|
|
|
|
|
Overview of changes leading to 1.5.0
Wednesday, August 23, 2017
====================================
- Misc new API, for appending a buffer to another, and for comparing
contents of two buffers for types of differences.
- New "unsafe-to-break" API. Can be used to speed up reshaping
in line-breaking situations. Essentially, after shaping, it returns
positions in the input string (some of the cluster boundaries) that
are "safe to break" in that if the text is segmented at that position
and two sides reshaped and concatenated, the shaping result is
exactly the same as shaping the text in one piece.
hb-view and hb-shape and hb-shape now take --verify, which verifies
the above property.
Some corner cases of the implementation are still not quite working.
Those will be fixed in subsequent releases.
- New API:
hb_buffer_append()
hb_glyph_flags_t
HB_GLYPH_FLAG_UNSAFE_TO_BREAK
HB_GLYPH_FLAG_DEFINED
hb_glyph_info_get_glyph_flags()
HB_BUFFER_SERIALIZE_FLAG_GLYPH_FLAGS
hb_buffer_diff_flags_t
HB_BUFFER_DIFF_FLAG_EQUAL
HB_BUFFER_DIFF_FLAG_CONTENT_TYPE_MISMATCH
HB_BUFFER_DIFF_FLAG_LENGTH_MISMATCH
HB_BUFFER_DIFF_FLAG_NOTDEF_PRESENT
HB_BUFFER_DIFF_FLAG_DOTTED_CIRCLE_PRESENT
HB_BUFFER_DIFF_FLAG_CODEPOINT_MISMATCH
HB_BUFFER_DIFF_FLAG_CLUSTER_MISMATCH
HB_BUFFER_DIFF_FLAG_GLYPH_FLAGS_MISMATCH
HB_BUFFER_DIFF_FLAG_POSITION_MISMATCH
hb_buffer_diff
|
|
## Version 1.41 – 16.Aug.2017
* t1asm, t1disasm: More security fixes.
|
|
|
|
|
|
|
|
|
|
Interface started out in late 2016 as an experiment to build a
perfectly pixel-fitting font at a specific small size. The
idea was that by crafting a font in a particular way, with a
particular coordinate system (Units Per EM), and for a particular
target rasterization size (11), it would be possible to get the
best of both sharpness and readability.
However after a few months of using an early version of Interface,
it dawned on everyone exposed to the test that this approach had
some serious real-world problems. Most notably that it was really
hard to read longer text. Because of the pixel-aligning nature of
that approach, the font took an almost mono-spaced appearance,
making it really easy to read numbers, punctuation and very short
words, but eye-straining to read anything longer.
The project was rebooted with a different approach, sticking with
the specific UPM, but crafting glyphs and kerning in a way that
made for more variation in the rhythm and smoother vertical and
horizontal stems.
|
|
This incorporates a large number of adjustments and fixes and adds packages for newer Ubuntu releases.
|
|
|
|
XCharter 1.09 adds Cyrillic glyphs from Andrey Panov's Khartiya, along
with Cyrillic small caps, additional figures styles (numerators,
denominators and inferiors). It also adds slanted versions of the Roman
and Bold styles.
Version 1.091 corrects errors in the fd files that were introduced in
version 1.09.
|
|
changes unknown
|
|
- v2.6b (2017/07/16)
* Fix conflict with Polyglossia and `Scale=MatchLowercase`.
* New feature `IgnoreFontspecFile` to avoid loading the `.fontspec`
file for a font.
* Fix regression with `\fontspec_if_feature:nTF`
(which broke `realscripts`, oops — must improve my test suite)
|
|
changes unknown
|
|
Previously, dozenal wouldn't work with the Type1 versions of the fonts
if compiling with luatex. Now it does.
|
|
* Use BatangChe/DotumChe instead of Baatang/Dotum in 'ms' family.
* Add 'founder' family for use with WPS Office Linux.
|
|
changes unknown
|
|
When generating fonts with "subscript" characters, users can now choose
whether to use the "sinf" or the "subs" feature.
|
|
|
|
Set LICENSE.
## Version 1.40 – 23.Jul.2017
* t1disasm: More security fixes reported by Jakub Wilk and Niels Thykier.
|
|
Overview of changes leading to 1.4.8
Tuesday, August 8, 2017
====================================
- Major fix to avar table handling.
- Rename hb-shape --show-message to --trace.
- Build fixes.
Overview of changes leading to 1.4.7
Tuesday, July 18, 2017
====================================
- Multiple Indic, Tibetan, and Cham fixes.
- CoreText: Allow disabling kerning.
- Adjust Arabic feature order again.
- Misc build fixes.
|
|
2.12.4
Akira TAGOH (5):
Force regenerate fcobjshash.h when updating Makefile
Fix the build failure when srcdir != builddir and have gperf 3.1 or later installed
Add a testcase for Bug#131804
Update libtool revision
Fix distcheck error
Florent Rougon (6):
FcCharSetHash(): use the 'numbers' values to compute the hash
fc-lang: gracefully handle the case where the last language initial is < 'z'
Fix an off-by-one error in FcLangSetIndex()
Fix erroneous test on language id in FcLangSetPromote()
FcLangSetCompare(): fix bug when two charsets come from different "buckets"
FcCharSetFreezeOrig(), FcCharSetFindFrozen(): use all buckets of freezer->orig_hash_table
Helmut Grohne (1):
fix cross compilation
Jan Alexander Steffens (heftig) (1):
Fix testing PCF_CONFIG_OPTION_LONG_FAMILY_NAMES (CFLAGS need to be right)
Josselin Mouette (1):
Treat C.UTF-8 and C.utf8 locales as built in the C library.
Masamichi Hosoda (1):
Bug 99360 - Fix cache file update on MinGW
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TrueType version of Chinese Arphic fonts
Add tex-baekmuk{,-doc} 2.2
Baekmuk Korean TrueType fonts
Add tex-ptex-fontmaps{,-doc} 20170114.0
Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex
|
|
|
|
Changes:
Unfortunately no change log is available but it updates available characters to
Unicode 9.0 version.
|
|
* Bump PKGREVISION
* Fix PR pkg/52421
|
|
Changes from 0.6.2
The first release from GitHub.
Drop Tahoma and MS Sans Serif synthesizing, which caused Waree to get
priority higher than all Thai fonts in fontconfig matching.
Promote Loma over Waree as sans-serif candidate.
Narrow down the width of space glyph for Loma.
|
|
Version 1.2.7 (2015-07-22)
=============
- Clarify package licenseing.
- Installation image is now reproducible.
- Drop obsolete and unmaintained RPM spec.
|
|
do the right thing for packages in the middle of dependency chain.
|
|
|
|
|