KiCad PCB EDA Suite
Loading...
Searching...
No Matches
gl_resources.cpp File Reference
#include <algorithm>
#include "gl_resources.h"
#include "bitmap_font_img.c"
#include "bitmap_font_desc.c"

Go to the source code of this file.

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 
namespace  KIGFX::BUILTIN_FONT
 

Macros

#define BITMAP_FONT_USE_SPANS
 

Functions

const FONT_GLYPH_TYPEKIGFX::BUILTIN_FONT::LookupGlyph (unsigned int aCodepoint)
 

Variables

FONT_IMAGE_TYPE KIGFX::BUILTIN_FONT::font_image
 
FONT_INFO_TYPE KIGFX::BUILTIN_FONT::font_information
 
FONT_SPAN_TYPE KIGFX::BUILTIN_FONT::font_codepoint_spans []
 
FONT_GLYPH_TYPE KIGFX::BUILTIN_FONT::font_codepoint_infos []
 
static const int KIGFX::BUILTIN_FONT::bitmap_chars_count = 65535
 

Macro Definition Documentation

◆ BITMAP_FONT_USE_SPANS

#define BITMAP_FONT_USE_SPANS

Definition at line 29 of file gl_resources.cpp.