mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[cairo-ft] Fix typo in comment
This commit is contained in:
parent
0fb800ff22
commit
f072d815d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1352,7 +1352,7 @@ _get_pattern_ft_options (FcPattern *pattern, cairo_ft_options_t *ret)
|
|||
if (!hinting) {
|
||||
ft_options.base.hint_style = CAIRO_HINT_STYLE_NONE;
|
||||
}
|
||||
#endif /* FC_FHINT_STYLE */
|
||||
#endif /* FC_HINT_STYLE */
|
||||
} else {
|
||||
ft_options.base.antialias = CAIRO_ANTIALIAS_NONE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue