![]() |
KiCad PCB EDA Suite
|
Classes | |
struct | FONT_GLYPH_TYPE |
struct | FONT_IMAGE_TYPE |
struct | FONT_INFO_TYPE |
struct | FONT_SPAN_TYPE |
Functions | |
const FONT_GLYPH_TYPE * | LookupGlyph (unsigned int aCodepoint) |
Variables | |
FONT_IMAGE_TYPE | font_image |
FONT_INFO_TYPE | font_information |
FONT_SPAN_TYPE | font_codepoint_spans [] |
FONT_GLYPH_TYPE | font_codepoint_infos [] |
static const int | bitmap_chars_count = 65535 |
const FONT_GLYPH_TYPE * KIGFX::BUILTIN_FONT::LookupGlyph | ( | unsigned int | aCodepoint | ) |
Definition at line 37 of file gl_resources.cpp.
References KIGFX::BUILTIN_FONT::FONT_SPAN_TYPE::end, font_codepoint_infos, and font_codepoint_spans.
Referenced by KIGFX::OPENGL_GAL::computeBitmapTextSize(), KIGFX::OPENGL_GAL::drawBitmapChar(), and KIGFX::OPENGL_GAL::drawBitmapOverbar().
|
static |
Definition at line 1320 of file gl_resources.cpp.
FONT_GLYPH_TYPE KIGFX::BUILTIN_FONT::font_codepoint_infos[] |
Definition at line 101 of file gl_resources.cpp.
Referenced by LookupGlyph().
FONT_SPAN_TYPE KIGFX::BUILTIN_FONT::font_codepoint_spans[] |
Definition at line 9 of file gl_resources.cpp.
Referenced by LookupGlyph().
FONT_IMAGE_TYPE KIGFX::BUILTIN_FONT::font_image |
Definition at line 4 of file gl_resources.cpp.
Referenced by KIGFX::OPENGL_GAL::BeginDrawing(), KIGFX::OPENGL_GAL::drawBitmapChar(), and KIGFX::OPENGL_GAL::init().
FONT_INFO_TYPE KIGFX::BUILTIN_FONT::font_information |
Definition at line 3 of file gl_resources.cpp.
Referenced by KIGFX::OPENGL_GAL::computeBitmapTextSize(), and KIGFX::OPENGL_GAL::drawBitmapChar().