gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
fontsize.hpp
Go to the documentation of this file.
1
2#pragma once
3
4#include <cinttypes>
5
6namespace ui {
7
12typedef uint16_t fontsize_t;
13
14} // namespace ui
uint16_t fontsize_t
A non-negative integer for font sizes.
Definition fontsize.hpp:12