HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
TTauri
Text
FontFamilyID.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_family_id_tag
{};
11
12
using
FontFamilyID
=
tagged_id<uint16_t, font_family_id_tag>
;
13
14
}
tt::tagged_id< uint16_t, font_family_id_tag >
tt::font_family_id_tag
Definition
FontFamilyID.hpp:10
Generated on Mon Apr 22 2024 12:53:56 for HikoGUI by
1.10.0