diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-02-08 05:49:54 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-02-08 05:49:54 +0000 |
commit | 14a54f4d8c7cb19c2283cf2b3ad5e7fb31d96279 (patch) | |
tree | 0166d94af13727218f2462831488bf385e96ff45 | |
parent | b8a5845cf271206f16e83f9a1b130db72d388887 (diff) |
sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@57675 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/mfluadir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mfluadir/ChangeLog b/Build/source/texk/web2c/mfluadir/ChangeLog index ee8903cf27c..6f1a9f9e498 100644 --- a/Build/source/texk/web2c/mfluadir/ChangeLog +++ b/Build/source/texk/web2c/mfluadir/ChangeLog @@ -1,3 +1,8 @@ +2021-02-07 Luigi Scarso <luigi.scarso@gmail.com> + + * DEK tuneup2021 + + 2021-01-05 Luigi Scarso <luigi.scarso@gmail.com> * MFLua 1.0.0-alpha: embedding of otfcc (see https://github.com/caryll/otfcc) diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h index 87dab7f55c6..4cbca062d64 100644 --- a/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h +++ b/Build/source/texk/web2c/mfluadir/otfcc/include/otfcc/table/otl.h @@ -31,9 +31,11 @@ typedef enum { otl_type_gpos_extend = 0x29 } otl_LookupType; -typedef union _otl_subtable otl_Subtable; + +/*typedef union _otl_subtable otl_Subtable;*/ typedef struct _otl_lookup otl_Lookup; + typedef struct { pos_t dx; pos_t dy; @@ -177,7 +179,8 @@ extern caryll_RefElementInterface(subtable_gpos_markToLigature) iSubtable_gpos_m typedef struct { otl_LookupType type; - otl_Subtable *subtable; + /*otl_Subtable *subtable;*/ + union _otl_subtable *subtable; } subtable_extend; typedef union _otl_subtable { |