mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-16 21:15:02 +00:00
text: fixed a corrupted italic style application
issue: https://github.com/thorvg/thorvg/issues/2669
This commit is contained in:
parent
fbae8ad095
commit
35ffa9edf8
1 changed files with 1 additions and 1 deletions
|
@ -98,9 +98,9 @@ struct Text::Impl
|
||||||
{
|
{
|
||||||
if (!loader) return false;
|
if (!loader) return false;
|
||||||
|
|
||||||
|
loader->request(shape, utf8, italic);
|
||||||
//reload
|
//reload
|
||||||
if (changed) {
|
if (changed) {
|
||||||
loader->request(shape, utf8, italic);
|
|
||||||
loader->read();
|
loader->read();
|
||||||
changed = false;
|
changed = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue