mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
parent
d9628a5643
commit
d1826ca626
1 changed files with 5 additions and 0 deletions
|
@ -1943,6 +1943,11 @@ struct TupleValues
|
|||
unsigned count = hb_min (n - i, (unsigned) run_count);
|
||||
switch (width)
|
||||
{
|
||||
case 0:
|
||||
{
|
||||
arrayZ += count;
|
||||
break;
|
||||
}
|
||||
case 1:
|
||||
{
|
||||
const auto *pp = (const HBINT8 *) p;
|
||||
|
|
Loading…
Add table
Reference in a new issue