mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[mort] Fix table detection logic
mort really needs some initial tests at least.
This commit is contained in:
parent
fa3ebf845f
commit
98b37f0c10
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ hb_aat_layout_compile_map (const hb_aat_map_builder_t *mapper,
|
|||
hb_bool_t
|
||||
hb_aat_layout_has_substitution (hb_face_t *face)
|
||||
{
|
||||
return face->table.morx->has_data ();
|
||||
return face->table.morx->has_data () ||
|
||||
face->table.mort->has_data ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue