|
wx_BGI_Graphics
Classic BGI-compatible graphics API with modern OpenGL extension API
|
#include <cstdint>#include <string>#include <utility>#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | bgi |
Functions | |
| void | bgi::drawOutlineText (int x, int y, int fontId, const std::vector< std::uint32_t > &codepoints, int color, int scaleX, int scaleY, bool vertical) |
| bool | bgi::isOutlineFont (int fontId) |
| std::pair< int, int > | bgi::measureOutlineText (int fontId, const std::vector< std::uint32_t > &codepoints, int scaleX, int scaleY, bool vertical) |
| int | bgi::outlineFontIdFromName (const std::string &name) |
| const char * | bgi::outlineFontName (int fontId) |