23#ifndef VCL_BGFX_TEXT_EMBEDDED_FONTS_EMBEDDED_FONT_H
24#define VCL_BGFX_TEXT_EMBEDDED_FONTS_EMBEDDED_FONT_H
46 inline static const std::array<std::string, VclFont::COUNT> FONT_NAMES = {
51template<VclFont::Enum FONT = VclFont::COUNT>
56 static_assert(
false,
"Invalid Font");
A class representing a box in N-dimensional space.
Definition box.h:46
Definition embedded_font.h:53
Definition embedded_font.h:33
Definition embedded_font.h:39