mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Cosmetic
This commit is contained in:
parent
2f50d87368
commit
2daa47e9cd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
static inline hb_bool_t
|
||||
is_variation_selector (hb_codepoint_t unicode)
|
||||
{
|
||||
return (unicode >= 0xFE00 && unicode <= 0xFE0F) ||
|
||||
return (unicode >= 0xFE00 && unicode <= 0xFE0F) ||
|
||||
(unicode >= 0xE0100 && unicode <= 0xE01EF);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue