Minor
This commit is contained in:
parent
c6150333c2
commit
e4cbb87bd3
|
@ -93,7 +93,7 @@ struct COLR
|
||||||
return_trace (true);
|
return_trace (true);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const bool get_base_glyph_record (
|
inline bool get_base_glyph_record (
|
||||||
hb_codepoint_t glyph_id, unsigned int &first_layer, unsigned int &num_layers) const
|
hb_codepoint_t glyph_id, unsigned int &first_layer, unsigned int &num_layers) const
|
||||||
{
|
{
|
||||||
const BaseGlyphRecord* base_glyph_records = &baseGlyphRecordsZ (this);
|
const BaseGlyphRecord* base_glyph_records = &baseGlyphRecordsZ (this);
|
||||||
|
|
Loading…
Reference in New Issue