]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Made the rest of the constants public.
authorJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:37:36 +0000 (08:37 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 29 Nov 2002 08:37:36 +0000 (08:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195648 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fonts/Glyphs.java

index e5944031e101806406816452563c6aba5e2d5c5b..80fe0649f37d8aa45209104b964fb383a6ab088e 100644 (file)
@@ -8,9 +8,9 @@
 package org.apache.fop.fonts;
 
 public class Glyphs {
-    static String notdef = ".notdef";
+    public static String notdef = ".notdef";
 
-    static String mac_glyph_names[] = {
+    public static String mac_glyph_names[] = {
         /* 0x00 */
         notdef, ".null", "CR", "space", "exclam", "quotedbl", "numbersign",
                 "dollar", "percent", "ampersand", "quotesingle", "parenleft",
@@ -68,7 +68,7 @@ public class Glyphs {
         "ccaron", "dmacron"
     };
 
-    static String[] tex8r = {
+    public static String[] tex8r = {
         // 0x00
         ".notdef", "dotaccent", "fi", "fl", "fraction", "hungarumlaut",
                    "Lslash", "lslash", "ogonek", "ring", ".notdef", "breve",
@@ -179,7 +179,7 @@ public class Glyphs {
              '\u00fc', '\u00fd', '\u00fe', '\u00ff'
     };
 
-    static String[] unicode_glyphs = {
+    public static String[] unicode_glyphs = {
               "\u0041", "A",
         "\u00C6", "AE",
         "\u01FC", "AEacute",