2023-10-04 03:37:09 by Sean Cole | Files touched by this commit (2) |
Log message:
Updated to 0.7.3
0.7.3 (2021-10-18)
=====
- Purisa, Sawasdee: now can be embeded as installable in PDF.
- TlwgTypo, TlwgTypist: fix uneven widths of some glyphs.
- TlwgTypo, TlwgTypist, TlwgMono, TlwgTypewriter: clear PANOSE to use
calculated values, so as to get listed in gvim.
(Thanks Chaiwat Suttipongsakul (@cwt) for the report.)
- Norasi: add 'onum' and 'smcp' OpenType features for access to
old style figures and small caps glyphs.
- LaTeX: Add old style figures and small caps supports for Norasi.
|
2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864) |
Log message:
fonts: Remove SHA1 hashes for distfiles
|
2021-04-21 17:48:04 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: remove dead download sites
|
2020-07-28 18:34:49 by Sean Cole | Files touched by this commit (2) |
Log message:
Updated to version 0.7.2
0.7.2 (2020-05-01)
=====
- Garuda has been fine-tuned by hand for balanced cubic splines
and optimal quadratic splines.
- All families now use OS/2 Typo metrics instead of just Win/Hhea metrics.
- The OS/2 Typo metrics of each family have been normalized for equal line
spacing on all faces, esp. regular and bold.
- Switch to Python 3 on build scripts.
- Fix a TDS zipball naming issue in the generated CTAN zipball.
|
2019-12-14 02:01:16 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(fonts/ttf-tlwg) Updated from 0.6.4 to 0.7.1
Fonts-TLWG 0.7.1 Released
Submitted by thep on 4 November, 2018 - 16:18
- Address another reproducibility issue caused by "date stamp" in
auto-generated UniqueID.
- Automate font binary tarballs building, with additional ZIP provision.
Fonts-TLWG 0.7.0 Released
Submitted by thep on 26 October, 2018 - 14:32
- Build fonts reproducibly, thus new major version due to source
restructuring.
- Generate OTF by default instead of TTF.
- LaTeX: Provide OpenType fonts for XeTeX.
(Issue #6. Thanks Abhabongse Janthong for the suggestion.)
- Fix bug in GSUB rule.
(Issue #7. Thanks @Richard57 for the report and investigation.)
- Norasi: Fix Fontforge warnings and substitution rules.
Fonts-TLWG 0.6.5 Released
Submitted by thep on 24 April, 2018 - 12:57
- Convert source files to recent Fontforge format.
- Move fontconfig templates to /usr/share/fontconfig, according to recent
fontconfig change.
- Normalize TTFWeight for non-bold, non-light fonts, so some apps like
EditPad can classify the weight correctly.
(Thanks @alysdexia for the report in Issue #5.)
- Add missing Latin ligatures to Laksaman, to fullfill LaTeX typesetting.
(Thanks Kittipitch Meesawat for the report in a KKLUG meeting.)
|
2017-10-29 21:52:04 by Sean Cole | Files touched by this commit (2) |
Log message:
Update Fonts-TLWG to 0.6.4
0.6.4 (2017-10-03) : The "TeXnical Boost" release
=====
- Use package versioning based on Git snapshot.
- Fix LaTeX familydefault upon switching between scripts.
(Thanks Abhabongse Janthong for the pull request.)
- Add LaTeX option for font scaling.
(Thanks Abhabongse Janthong for another pull request.)
|
2017-09-06 11:03:07 by Thomas Klausner | Files touched by this commit (86) |
Log message:
Follow some redirects.
|
2017-07-07 23:25:00 by Sean Cole | Files touched by this commit (3) |
Log message:
Update fonts/ttf-tlwg to 0.6.3
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.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|