jeremias    2002/11/29 00:37:37

  Modified:    src/org/apache/fop/fonts Tag: fop-0_20_2-maintain
                        Glyphs.java
  Log:
  Made the rest of the constants public.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +5 -5      xml-fop/src/org/apache/fop/fonts/Glyphs.java
  
  Index: Glyphs.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fonts/Glyphs.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- Glyphs.java       1 Aug 2001 09:52:43 -0000       1.7
  +++ Glyphs.java       29 Nov 2002 08:37:36 -0000      1.7.2.1
  @@ -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 @@
           "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 @@
                '\u00fc', '\u00fd', '\u00fe', '\u00ff'
       };
   
  -    static String[] unicode_glyphs = {
  +    public static String[] unicode_glyphs = {
                 "\u0041", "A",
           "\u00C6", "AE",
           "\u01FC", "AEacute",
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to