mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[sbix] Comment
This commit is contained in:
parent
519fca1014
commit
4876c938a2
1 changed files with 2 additions and 2 deletions
|
@ -230,8 +230,8 @@ struct sbix
|
|||
hb_codepoint_t glyph,
|
||||
hb_glyph_extents_t *extents) const
|
||||
{
|
||||
/* Following code is safe to call even without data, but faster to
|
||||
* short-circuit. */
|
||||
/* Following code is safe to call even without data (XXX currently
|
||||
* isn't. See has_data()), but faster to short-circuit. */
|
||||
if (!has_data ())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue