mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[COLR] Add TODO
This commit is contained in:
parent
a306820681
commit
d36a0f8c42
1 changed files with 1 additions and 0 deletions
|
@ -1048,6 +1048,7 @@ struct ClipList
|
|||
bool sanitize (hb_sanitize_context_t *c) const
|
||||
{
|
||||
TRACE_SANITIZE (this);
|
||||
// TODO Make a formatted struct!
|
||||
return_trace (c->check_struct (this) && clips.sanitize (c, this));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue