aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/properties/CommonFont.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/fop/fo/properties/CommonFont.java')
-rwxr-xr-xsrc/java/org/apache/fop/fo/properties/CommonFont.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fo/properties/CommonFont.java b/src/java/org/apache/fop/fo/properties/CommonFont.java
index 11275fdd3..55a2393fa 100755
--- a/src/java/org/apache/fop/fo/properties/CommonFont.java
+++ b/src/java/org/apache/fop/fo/properties/CommonFont.java
@@ -170,6 +170,16 @@ public final class CommonFont {
return fontWeight.getEnum();
}
+ /** @return the "font-size" property. */
+ public Length getFontSize() {
+ return fontSize;
+ }
+
+ /** @return the "font-size-adjust" property. */
+ public Numeric getFontSizeAdjust() {
+ return fontSizeAdjust;
+ }
+
/**
* Create and return an array of <code>FontTriplets</code> based on
* the properties stored in the instance variables.