Plutonium framework API
0.1
Simple UI framework for libnx and SDL2
Font.hpp
Go to the documentation of this file.
1
2
/*
3
4
Plutonium library
5
6
@file Font.hpp
7
@brief Includes all include files related to rendering.
8
@author XorTroll
9
10
@copyright Plutonium project - an easy-to-use UI framework for Nintendo Switch homebrew
11
12
*/
13
14
#pragma once
15
16
namespace
pu::draw
17
{
18
enum class
Font
19
{
20
Custom
,
21
NintendoStandard
,
22
NintendoExtended
,
23
};
24
}
pu::draw
Definition:
Color.hpp:17
pu::draw::Font::Custom
pu::draw::Font
Font
Definition:
Font.hpp:18
pu::draw::Font::NintendoStandard
pu::draw::Font::NintendoExtended
Plutonium
Include
pu
draw
Font.hpp
Generated by
1.8.15