Commit cd37119
committed
Un-static-ify FreeType font transforms.
Static initializers are only applied the first time, so any subsequent
calls with alternate hinting_factor would use the first value. FreeType
copies the matrix values into an internal structure, so these do not
really need to be static.1 parent 0f4d99e commit cd37119
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| |||
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
551 | | - | |
| 551 | + | |
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| |||
0 commit comments