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#include "true_type_font.hpp"
6#include "../unicode/module.hpp"
7#include "../geometry/module.hpp"
8#include "../placement.hpp"
9#include "../strings.hpp"
10#include "../log.hpp"
11#include "../utility/module.hpp"
12#include <cstddef>
13#include <span>
14
15hi_export_module(hikogui.font.otype_GSUB);
16
17hi_export namespace hi::inline v1 {
18
22 big_uint16_t major_version;
23 big_uint16_t minor_version;
24 big_uint16_t script_list_offset;
25 big_uint16_t feature_list_offset;
26 big_uint16_t lookup_list_offset;
27};
28
30
31};
32
33}
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Compatible with version 1.1, all offsets start at the beginning of this header.
Definition otype_GSUB.hpp:21
Definition otype_GSUB.hpp:29