KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::BUILTIN_FONT Namespace Reference

Classes

struct  FONT_GLYPH_TYPE
 
struct  FONT_IMAGE_TYPE
 
struct  FONT_INFO_TYPE
 
struct  FONT_SPAN_TYPE
 

Functions

const FONT_GLYPH_TYPELookupGlyph (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
 

Function Documentation

◆ LookupGlyph()

Variable Documentation

◆ bitmap_chars_count

const int KIGFX::BUILTIN_FONT::bitmap_chars_count = 65535
static

Definition at line 1320 of file gl_resources.cpp.

◆ font_codepoint_infos

FONT_GLYPH_TYPE KIGFX::BUILTIN_FONT::font_codepoint_infos[]

Definition at line 101 of file gl_resources.cpp.

Referenced by LookupGlyph().

◆ font_codepoint_spans

FONT_SPAN_TYPE KIGFX::BUILTIN_FONT::font_codepoint_spans[]

Definition at line 9 of file gl_resources.cpp.

Referenced by LookupGlyph().

◆ font_image

FONT_IMAGE_TYPE KIGFX::BUILTIN_FONT::font_image

◆ font_information

FONT_INFO_TYPE KIGFX::BUILTIN_FONT::font_information
Initial value:
= {
1,
-8.16f,
39.84f
}

Definition at line 3 of file gl_resources.cpp.

Referenced by KIGFX::OPENGL_GAL::computeBitmapTextSize(), and KIGFX::OPENGL_GAL::drawBitmapChar().