summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texmlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texmlist.h')
-rw-r--r--source/luametatex/source/tex/texmlist.h20
1 files changed, 12 insertions, 8 deletions
diff --git a/source/luametatex/source/tex/texmlist.h b/source/luametatex/source/tex/texmlist.h
index 1cb2a6cc7..720c85b4d 100644
--- a/source/luametatex/source/tex/texmlist.h
+++ b/source/luametatex/source/tex/texmlist.h
@@ -6,14 +6,18 @@
# define LMT_MLIST_H
typedef struct kernset {
- scaled topright;
- scaled bottomright;
- scaled topleft;
- scaled bottomleft;
- scaled height;
- scaled depth;
- scaled toptotal;
- scaled bottomtotal;
+ scaled topright;
+ scaled bottomright;
+ scaled topleft;
+ scaled bottomleft;
+ scaled height;
+ scaled depth;
+ scaled toptotal;
+ scaled bottomtotal;
+ halfword dimensions;
+ halfword font;
+ halfword character;
+ halfword padding;
} kernset;
extern void tex_run_mlist_to_hlist (halfword p, halfword penalties, halfword style, int beginclass, int endclass);