Searched refs:GLFontSize (Results 1 – 2 of 2) sorted by relevance
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/ |
H A D | GLFont.h | 84 enum GLFontSize { enum 106 GLFont(GLFontSize size, std::wstring fontFileName); 129 static GLFont fonts[GLFontSize::GLFONT_SIZE_MAX]; 160 GLFontSize fontSizeClass;
|
H A D | GLFont.cpp | 32 GLFont GLFont::fonts[GLFont::GLFontSize::GLFONT_SIZE_MAX] = { 34 { GLFont::GLFontSize::GLFONT_SIZE12, L"fonts/vera_sans_mono12.fnt" }, 35 { GLFont::GLFontSize::GLFONT_SIZE16, L"fonts/vera_sans_mono16.fnt" }, 36 { GLFont::GLFontSize::GLFONT_SIZE18, L"fonts/vera_sans_mono18.fnt" }, 37 { GLFont::GLFontSize::GLFONT_SIZE24, L"fonts/vera_sans_mono24.fnt" }, 38 { GLFont::GLFontSize::GLFONT_SIZE27, L"fonts/vera_sans_mono27.fnt" }, 39 { GLFont::GLFontSize::GLFONT_SIZE32, L"fonts/vera_sans_mono32.fnt" }, 40 { GLFont::GLFontSize::GLFONT_SIZE36, L"fonts/vera_sans_mono36.fnt" }, 41 { GLFont::GLFontSize::GLFONT_SIZE48, L"fonts/vera_sans_mono48.fnt" }, 42 { GLFont::GLFontSize::GLFONT_SIZE64, L"fonts/vera_sans_mono64.fnt" }, [all …]
|