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(
true,
"Invalid Font");
A class representing a line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43
Definition embedded_font.h:53
Definition embedded_font.h:33
Definition embedded_font.h:39