HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
FontID.hpp
1// Copyright 2020 Pokitec
2// All rights reserved.
3
4#pragma once
5
6#include "TTauri/Foundation/tagged_id.hpp"
7
8namespace tt {
9
10struct font_id_tag {};
11
15
16}
Definition FontID.hpp:10