Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jun 30, 2019
1 parent 518a56c commit e308156
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/texk/web2c/harftexdir/luatex.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ int luatex_revision = '1';
const char *luatex_version_string = "1.10.1";
const char *engine_name = my_name;

int harftex_version = 2;
int harftex_version = 3;
int harftex_revision = '0';
const char *harftex_version_string = "0.2.0";
const char *harftex_version_string = "0.3.0";

#include <kpathsea/c-ctype.h>
#include <kpathsea/line.h>
Expand Down
15 changes: 13 additions & 2 deletions source/texk/web2c/luatexdir/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
==============================================================
HarfTeX 0.3.0 2019-06-30
==============================================================

- Restore FontForge-based fontloader module as few packages still depend on it
(#6).
- Fix embedding "wide" Type 1 fonts (#5).
- Update to HarfBuzz 2.5.3



==============================================================
HarfTeX 0.2.0 2019-06-24
==============================================================
Expand All @@ -7,8 +18,8 @@ HarfTeX 0.2.0 2019-06-24
- Read font x-height and cap-height from the OS/2 table in addition to the now
rarely used PCLT table. Also read ascender, descender ans well as stemv from
the OS/2 table. Previously the engine would derive these parameters from the
metrics of a hard-coded set of characters and ignore the values supplied by the
font.
metrics of a hard-coded set of characters and ignore the values supplied by
the font.
- Update HarfBuzz and Graphite2 to their latest releases.
- Update luaharfbuzz to fix a bug in detecting features supported by the font
(#3).
Expand Down

0 comments on commit e308156

Please sign in to comment.