HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
glyph_id.hpp
1// Distributed under the Boost Software License, Version 1.0.
2// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
3
4#pragma once
5
6#include "../unicode/grapheme.hpp"
7#include "../tagged_id.hpp"
8#include <algorithm>
9#include <utility>
10
11namespace hi::inline v1 {
12
13using glyph_id = tagged_id<uint16_t, "glyph_id">;
14
15}
DOXYGEN BUG.
Definition algorithm.hpp:13