From abce2fd2e4f8089779fb9b1dce94133716b0bb39 Mon Sep 17 00:00:00 2001 From: yzrh Date: Mon, 26 Dec 2022 03:46:01 +0000 Subject: Add preliminary support for HN figure placement. Signed-off-by: yzrh --- src/cnki.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cnki.h') diff --git a/src/cnki.h b/src/cnki.h index 193e69b..e9cc5d1 100644 --- a/src/cnki.h +++ b/src/cnki.h @@ -58,6 +58,10 @@ typedef struct _hn_image_t { int32_t format; /* hn_code */ int32_t address; int32_t size; + int16_t x; + int16_t y; + int16_t w; + int16_t h; char *image; } hn_image_t; -- cgit v1.2.3