summaryrefslogtreecommitdiff
path: root/src/graphics_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_state.h')
-rw-r--r--src/graphics_state.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/graphics_state.h b/src/graphics_state.h
index e5cc2bf..40060dd 100644
--- a/src/graphics_state.h
+++ b/src/graphics_state.h
@@ -52,7 +52,17 @@ struct graphics_state_param {
struct {
struct graphics_state_color colour;
} other;
- /* text state */
+ /** text state */
+ struct {
+ float charspacing;
+ float wordspacing;
+ float hscale;
+ float leading;
+ float fontsize;
+ unsigned int rendermode;
+ float rise;
+ /* knockout */
+ } text;
float line_width;
unsigned int line_cap;
unsigned int line_join;