29 #define BITMAP_FONT_USE_SPANS 32 namespace BUILTIN_FONT {
34 #include "bitmap_font_img.c" 35 #include "bitmap_font_desc.c" 39 #ifdef BITMAP_FONT_USE_SPANS 45 return codepoint < span.
end;
49 if( ptr != end && ptr->start <= aCodepoint )
51 unsigned int index = aCodepoint - ptr->start + ptr->cumulative;
59 return &bitmap_chars[codepoint];
The Cairo implementation of the graphics abstraction layer.
const FONT_GLYPH_TYPE * LookupGlyph(unsigned int aCodepoint)
FONT_SPAN_TYPE font_codepoint_spans[]
FONT_GLYPH_TYPE font_codepoint_infos[]