mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-16 19:08:07 +02:00
* src/sdf/ftsdfrend.c (sdf_property_set): Minor fix.
This commit is contained in:
parent
d40fc55dad
commit
08d5a325dc
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2020-07-15 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
* src/sdf/ftsdfrend.c (sdf_property_set): Minor fix.
|
||||
|
||||
2020-07-14 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
[sdf] Temporary change.
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
FT_Int val = *(const FT_Int*)value;
|
||||
|
||||
|
||||
render->optimization = val ? 1 : 0;
|
||||
render->optimization = val;
|
||||
FT_TRACE7(( "[sdf] sdf_property_set: "
|
||||
"updated property `optimization' to %d\n", val ));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue