This commit is contained in:
Ebrahim Byagowi 2018-04-10 03:26:01 +04:30 committed by GitHub
parent a62554af89
commit 1e1e9086c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ void colr_cpal_rendering (cairo_font_face_t *cairo_face, unsigned int upem, unsi
void dump_glyphs (cairo_font_face_t *cairo_face, unsigned int upem, unsigned int num_glyphs)
{
// Dump every glyph available on the font
return; // disabled for now
for (int i = 0; i < num_glyphs; ++i)
{
cairo_text_extents_t extents;