]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added access methods to get font info
authorKeiron Liddle <keiron@apache.org>
Tue, 11 Jul 2000 05:29:38 +0000 (05:29 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 11 Jul 2000 05:29:38 +0000 (05:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193483 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/layout/FontState.java

index 12abcea136285b73541514836ea2a484945fc20f..c9dcbbbc4b1ccf2ff9dfb86b8d11012c4547543d 100644 (file)
@@ -96,6 +96,14 @@ public class FontState {
        return this.fontWeight;
     }
 
+    public String getFontFamily() {
+       return this.fontFamily;
+    }
+
+    public String getFontStyle() {
+       return this.fontStyle;
+    }
+
     public FontInfo getFontInfo() {
        return this.fontInfo;
     }