mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-23 17:30:24 +01:00
type1-subset: always include subroutine 4 (hint replacement idiom)
http://lists.cairographics.org/archives/cairo/2012-December/023846.html
This commit is contained in:
parent
b94a519aad
commit
4e751fcb03
1 changed files with 2 additions and 2 deletions
|
|
@ -1399,9 +1399,9 @@ skip_subrs:
|
|||
return status;
|
||||
}
|
||||
|
||||
/* Always include the first four subroutines in case the Flex/hint mechanism is
|
||||
/* Always include the first five subroutines in case the Flex/hint mechanism is
|
||||
* being used. */
|
||||
for (j = 0; j < MIN(font->num_subrs, 4); j++) {
|
||||
for (j = 0; j < MIN (font->num_subrs, 5); j++) {
|
||||
font->subrs[j].used = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue