aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 76ca226c..3c9a7951 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -19,6 +19,8 @@ class StyleEngine : public Doctree {
dw::core::style::Style *style0 (CssPropertyList *nonCssProperties = NULL);
void apply (dw::core::style::StyleAttrs *attrs, CssPropertyList *props);
+ int computeValue (int value, dw::core::style::Font *font);
+ void computeValues (dw::core::style::Box *box, dw::core::style::Font *font);
public:
StyleEngine (dw::core::Layout *layout);