diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-05-24 14:57:31 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-05-24 14:57:31 -0400 |
commit | 1b5e2144fb77ffeb0626dff558d9d82351279e0b (patch) | |
tree | 167b50e91d04412c8e0e30771e1ce0710fc1417a /src/cairo-scaled-font-private.h | |
parent | 479936ecea5d0e7cf3eee1aad6b016067f63e20b (diff) |
[cairo-scaled-font] Implement _cairo_scaled_font_get_max_scale()
Diffstat (limited to 'src/cairo-scaled-font-private.h')
-rw-r--r-- | src/cairo-scaled-font-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-scaled-font-private.h b/src/cairo-scaled-font-private.h index 4cf6a37b..86fbec61 100644 --- a/src/cairo-scaled-font-private.h +++ b/src/cairo-scaled-font-private.h @@ -94,6 +94,7 @@ struct _cairo_scaled_font { /* "live" scaled_font members */ cairo_matrix_t scale; /* font space => device space */ cairo_matrix_t scale_inverse; /* device space => font space */ + double max_scale; /* maximum x/y expansion of scale */ cairo_font_extents_t extents; /* user space */ /* The mutex protects modification to all subsequent fields. */ |