wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
Loading...
Searching...
No Matches
bgi_embedded_fonts.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4
5namespace bgi::embedded
6{
7
8extern const unsigned char kRobotoFont[];
9extern const std::size_t kRobotoFontSize;
10
11extern const unsigned char kPlayfairDisplayFont[];
12extern const std::size_t kPlayfairDisplayFontSize;
13
14extern const unsigned char kHandjetFont[];
15extern const std::size_t kHandjetFontSize;
16
17} // namespace bgi::embedded
Definition bgi_embedded_fonts.h:6
const unsigned char kHandjetFont[]
const std::size_t kRobotoFontSize
const std::size_t kHandjetFontSize
const std::size_t kPlayfairDisplayFontSize
const unsigned char kPlayfairDisplayFont[]
const unsigned char kRobotoFont[]