diff options
Diffstat (limited to 'src/cairo-font-face-twin.c')
-rw-r--r-- | src/cairo-font-face-twin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-font-face-twin.c b/src/cairo-font-face-twin.c index 3f827332..56ebaeaa 100644 --- a/src/cairo-font-face-twin.c +++ b/src/cairo-font-face-twin.c @@ -294,6 +294,8 @@ twin_font_face_create_properties (cairo_font_face_t *twin_face, return _cairo_error (CAIRO_STATUS_NO_MEMORY); props->stretch = TWIN_STRETCH_NORMAL; + props->slant = CAIRO_FONT_SLANT_NORMAL; + props->weight = TWIN_WEIGHT_NORMAL; props->monospace = FALSE; props->smallcaps = FALSE; |