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,
23  };
24 }
Definition: Color.hpp:17
Font
Definition: Font.hpp:18