summaryrefslogtreecommitdiff
path: root/twin_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'twin_path.c')
-rw-r--r--twin_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin_path.c b/twin_path.c
index a226fff..e42a0b5 100644
--- a/twin_path.c
+++ b/twin_path.c
@@ -512,7 +512,7 @@ twin_path_create (void)
path->sublen = 0;
twin_matrix_identity (&path->state.matrix);
path->state.font_size = TWIN_FIXED_ONE * 15;
- path->state.font_style = TWIN_TEXT_ROMAN;
+ path->state.font_style = TwinStyleRoman;
path->state.cap_style = TwinCapRound;
return path;
}