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