You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by sj...@apache.org on 2008/07/07 21:16:16 UTC

svn commit: r674600 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml

Author: sjur
Date: Mon Jul  7 12:16:16 2008
New Revision: 674600

URL: http://svn.apache.org/viewvc?rev=674600&view=rev
Log:
Default properties for the pdf plugin. So far only font-family is specified.

Added:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml   (with props)

Added: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml?rev=674600&view=auto
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml (added)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml Mon Jul  7 12:16:16 2008
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<properties>
+  <property name="output.pdf.fontFamily.serif" value="serif"/>
+  <property name="output.pdf.fontFamily.sansSerif" value="sans-serif"/>
+  <property name="output.pdf.fontFamily.monospace" value="monospace"/>
+</properties>

Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: forrest/trunk/plugins/org.apache.forrest.plugin.output.pdf/default.plugin.properties.xml
------------------------------------------------------------------------------
    svn:executable = *