Ejemplo n.º 1
0
	FontPixelBuffer get_font_glyph_subpixel(int glyph) { return FontPixelBuffer(); }
Ejemplo n.º 2
0
	FontPixelBuffer get_font_glyph_standard(int glyph, bool anti_alias) { return FontPixelBuffer(); }
Ejemplo n.º 3
0
FontPixelBuffer FontProvider_Sprite::get_font_glyph_subpixel(int glyph)
{
	// Not supported
	return FontPixelBuffer();
}
Ejemplo n.º 4
0
		FontPixelBuffer get_font_glyph(int glyph) override { return FontPixelBuffer(); }
Ejemplo n.º 5
0
FontPixelBuffer FontProvider_Sprite::get_font_glyph_standard(int glyph, bool anti_alias)
{
	// Not supported
	return FontPixelBuffer();
}