mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 05:55:06 +00:00
[GSUB] Oops, fix Extension check
This commit is contained in:
parent
2e8fb6c38d
commit
3dcb12f171
1 changed files with 1 additions and 2 deletions
|
@ -773,8 +773,7 @@ ASSERT_SIZE (GSUB, 10);
|
|||
inline bool ExtensionSubstFormat1::substitute (LOOKUP_ARGS_DEF) const {
|
||||
unsigned int lookup_type = get_type ();
|
||||
|
||||
/* TODO belongs to sanitize() */
|
||||
if (HB_UNLIKELY (lookup_type == GSUB_ReverseChainSingle))
|
||||
if (HB_UNLIKELY (lookup_type == GSUB_Extension))
|
||||
return false;
|
||||
|
||||
return (*(SubstLookupSubTable *)(((char *) this) + get_offset ())).substitute (LOOKUP_ARGS,
|
||||
|
|
Loading…
Add table
Reference in a new issue