From f7d45457fccc120ddb3ba92c8e367f7238fd3f80 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 29 Nov 2002 08:37:36 +0000 Subject: [PATCH] Made the rest of the constants public. 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/org/apache/fop/fonts/Glyphs.java b/src/org/apache/fop/fonts/Glyphs.java index e5944031e..80fe0649f 100644 --- a/src/org/apache/fop/fonts/Glyphs.java +++ b/src/org/apache/fop/fonts/Glyphs.java @@ -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", -- 2.39.5