[cbdt] Minor

This commit is contained in:
Behdad Esfahbod 2018-10-28 22:46:18 -07:00
parent e998fb9fbf
commit 6983cca9c8
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ struct CBDT
unsigned int x_ppem = font->x_ppem, y_ppem = font->y_ppem; unsigned int x_ppem = font->x_ppem, y_ppem = font->y_ppem;
if (!cblc) if (!cblc)
return false; // Not a color bitmap font. return false;
const void *base; const void *base;
const IndexSubtableRecord *subtable_record = this->cblc->find_table (glyph, &x_ppem, &y_ppem, &base); const IndexSubtableRecord *subtable_record = this->cblc->find_table (glyph, &x_ppem, &y_ppem, &base);