7#include "otype_utilities.hpp"
8#include "../utility/utility.hpp"
9#include "../macros.hpp"
13hi_export_module(hikogui.font.otype_sfnt);
15hi_export
namespace hi {
18template<fixed_
string Name>
19[[
nodiscard]]
inline std::span<std::byte const> otype_sfnt_search(std::span<std::byte const>
bytes)
31 big_uint32_buf_t check_sum;
32 big_uint32_buf_t offset;
33 big_uint32_buf_t length;
40 throw parse_error(
"sfnt.scalerType is not 'true' or 0x00010000");
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377