HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
TTauri
Text
GlyphID.hpp
1
// Copyright 2020 Pokitec
2
// All rights reserved.
3
4
#pragma once
5
6
#include "TTauri/Text/Grapheme.hpp"
7
#include "TTauri/Foundation/tagged_id.hpp"
8
#include <algorithm>
9
#include <utility>
10
11
namespace
tt {
12
13
struct
glyph_id_tag
{};
14
15
using
GlyphID
=
tagged_id<uint16_t, glyph_id_tag>
;
16
17
};
18
tt::tagged_id
Definition
tagged_id.hpp:17
tt::glyph_id_tag
Definition
GlyphID.hpp:13
Generated on Mon Apr 22 2024 12:53:56 for HikoGUI by
1.10.0