HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
otype_GSUB.hpp
1// Copyright Take Vos 2022.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
7#include "../geometry/geometry.hpp"
8#include "../parser/parser.hpp"
9#include "../utility/utility.hpp"
10#include <cstddef>
11#include <span>
12
13hi_export_module(hikogui.font.otype_GSUB);
14
15hi_export namespace hi::inline v1 {
16
20 big_uint16_t major_version;
21 big_uint16_t minor_version;
22 big_uint16_t script_list_offset;
23 big_uint16_t feature_list_offset;
24 big_uint16_t lookup_list_offset;
25};
26
28
29};
30
31}
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
Compatible with version 1.1, all offsets start at the beginning of this header.
Definition otype_GSUB.hpp:19
Definition otype_GSUB.hpp:27