NAP
imguifont.h
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4 
5 #pragma once
6 
7 #include <utility/dllexport.h>
8 #include <nap/numeric.h>
9 
10 namespace nap
11 {
15  inline constexpr uint manropeMediumSize = 80368;
16 
20  extern const uint manropeMediumData[manropeMediumSize / 4];
21 }
nap::uint
unsigned int uint
Definition: numeric.h:23
nap::manropeMediumSize
constexpr uint manropeMediumSize
Definition: imguifont.h:15
nap::manropeMediumData
const uint manropeMediumData[manropeMediumSize/4]
nap
Definition: templateapp.h:17