diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/net/java/dev/typecast/exchange/Messages.properties | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/main/resources/net/java/dev/typecast/exchange/Messages.properties b/src/main/resources/net/java/dev/typecast/exchange/Messages.properties new file mode 100644 index 0000000..ef5e952 --- /dev/null +++ b/src/main/resources/net/java/dev/typecast/exchange/Messages.properties @@ -0,0 +1,30 @@ +############################################################################# +# Copyright (C) The Apache Software Foundation. All rights reserved. # +############################################################################# +# This software is published under the terms of the Apache Software License # +# version 1.1, a copy of which has been included with this distribution in # +# the LICENSE file. # +############################################################################# + +SVGFont.config.usage = \ +usage: java org.apache.batik.svggen.font.SVGFont <ttf-path> [-l <range-begin>] [-h <range-end>] [-ascii] [-id <id>] [-o <output-path>] [-testcard] + +SVGFont.config.svg.begin = \ +<?xml version="1.0" standalone="no"?> \ +<!DOCTYPE svg PUBLIC "{0}" \ +"{1}" > \ +<svg width="100%" height="100%"> + +SVGFont.config.svg.test.card.start = \ +<g style="font-family:' + +SVGFont.config.svg.test.card.end = '; font-size:18;fill:black"> \n\ +<text x="20" y="60"> !"#$%&'()*+,-./0123456789:;<>?</text> \n\ +<text x="20" y="120">@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_</text> \n\ +<text x="20" y="180">`abcdefghijklmnopqrstuvwxyz|{}~</text> \n\ +<text x="20" y="240">€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ</text> \n\ +<text x="20" y="300"> ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿</text> \n\ +<text x="20" y="360">ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞß</text> \n\ +<text x="20" y="420">àáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ</text> \n\ +</g> + |