diff options
Diffstat (limited to 'src/java/org/apache/fop/fonts/MutableFont.java')
-rw-r--r-- | src/java/org/apache/fop/fonts/MutableFont.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/fonts/MutableFont.java b/src/java/org/apache/fop/fonts/MutableFont.java index 9ea323ebf..f02eb2b49 100644 --- a/src/java/org/apache/fop/fonts/MutableFont.java +++ b/src/java/org/apache/fop/fonts/MutableFont.java @@ -31,6 +31,12 @@ import java.util.Set; public interface MutableFont { /** + * Sets the URI from which this font is or will be loaded. + * @param uri URI from which font is or will be loaded + */ + void setFontURI(URI uri); + + /** * Sets the "PostScript" font name (Example: "Helvetica-BoldOblique"). * @param name font name */ |