You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2010/08/27 19:22:57 UTC

svn commit: r990212 - /xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java

Author: vhennebert
Date: Fri Aug 27 17:22:57 2010
New Revision: 990212

URL: http://svn.apache.org/viewvc?rev=990212&view=rev
Log:
Removed MAC_GLYPH_NAMES. That array was supposed to represent the standard Macintosh ordering of glyphs in a TrueType font (it does NOT correspond to the MacRoman encoding). In addition to not really having any purpose outside a font library, some entries were incorrect.

Modified:
    xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java

Modified: xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java?rev=990212&r1=990211&r2=990212&view=diff
==============================================================================
--- xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java (original)
+++ xmlgraphics/commons/branches/Temp_TrueTypeInPostScript/src/java/org/apache/xmlgraphics/fonts/Glyphs.java Fri Aug 27 17:22:57 2010
@@ -42,67 +42,6 @@ public class Glyphs {
     public static final String NOTDEF = ".notdef";
 
     /**
-     * Glyph names for Mac encoding
-     */
-    public static final String[] MAC_GLYPH_NAMES = {
-        /* 0x00 */
-        NOTDEF, ".null", "CR", "space", "exclam", "quotedbl", "numbersign",
-                "dollar", "percent", "ampersand", "quotesingle", "parenleft",
-                "parenright", "asterisk", "plus", "comma", /* 0x10 */
-        "hyphen", "period", "slash", "zero", "one", "two", "three", "four",
-                  "five", "six", "seven", "eight", "nine", "colon",
-                  "semicolon", "less", /* 0x20 */
-        "equal", "greater", "question", "at", "A", "B", "C", "D", "E", "F",
-                 "G", "H", "I", "J", "K", "L", /* 0x30 */
-        "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
-             "bracketleft", "backslash", /* 0x40 */
-        "bracketright", "asciicircum", "underscore", "grave", "a", "b", "c",
-                        "d", "e", "f", "g", "h", "i", "j", "k", "l",
-                        /* 0x50 */
-        "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
-             "braceleft", "bar", /* 0x60 */
-        "braceright", "asciitilde", "Adieresis", "Aring", "Ccedilla",
-                      "Eacute", "Ntilde", "Odieresis", "Udieresis", "aacute",
-                      "agrave", "acircumflex", "adieresis", "atilde",
-                      "aring", "ccedilla", /* 0x70 */
-        "eacute", "egrave", "ecircumflex", "edieresis", "iacute", "igrave",
-                  "icircumflex", "idieresis", "ntilde", "oacute", "ograve",
-                  "ocircumflex", "odieresis", "otilde", "uacute", "ugrave",
-                  /* 0x80 */
-        "ucircumflex", "udieresis", "dagger", "degree", "cent", "sterling",
-                       "section", "bullet", "paragraph", "germandbls",
-                       "registered", "copyright", "trademark", "acute",
-                       "dieresis", "notequal", /* 0x90 */
-        "AE", "Oslash", "infinity", "plusminus", "lessequal", "greaterequal",
-              "yen", "mu", "partialdiff", "Sigma", "Pi", "pi", "integral",
-              "ordfeminine", "ordmasculine", "Omega", /* 0xa0 */
-        "ae", "oslash", "questiondown", "exclamdown", "logicalnot",
-              "radical", "florin", "approxequal", "Delta", "guillemotleft",
-              "guillemotright", "ellipsis", "nbspace", "Agrave", "Atilde",
-              "Otilde", /* 0xb0 */
-        "OE", "oe", "endash", "emdash", "quotedblleft", "quotedblright",
-              "quoteleft", "quoteright", "divide", "lozenge", "ydieresis",
-              "Ydieresis", "fraction", "currency", "guilsinglleft",
-              "guilsinglright", /* 0xc0 */
-        "fi", "fl", "daggerdbl", "periodcentered", "quotesinglbase",
-              "quotedblbase", "perthousand", "Acircumflex", "Ecircumflex",
-              "Aacute", "Edieresis", "Egrave", "Iacute", "Icircumflex",
-              "Idieresis", "Igrave", /* 0xd0 */
-        "Oacute", "Ocircumflex", "applelogo", "Ograve", "Uacute",
-                  "Ucircumflex", "Ugrave", "dotlessi", "circumflex", "tilde",
-                  "macron", "breve", "dotaccent", "ring", "cedilla",
-                  "hungarumlaut", /* 0xe0 */
-        "ogonek", "caron", "Lslash", "lslash", "Scaron", "scaron", "Zcaron",
-                  "zcaron", "brokenbar", "Eth", "eth", "Yacute", "yacute",
-                  "Thorn", "thorn", "minus", /* 0xf0 */
-        "multiply", "onesuperior", "twosuperior", "threesuperior", "onehalf",
-                    "onequarter", "threequarters", "franc", "Gbreve",
-                    "gbreve", "Idot", "Scedilla", "scedilla", "Cacute",
-                    "cacute", "Ccaron", /* 0x100 */
-        "ccaron", "dmacron"
-    };
-
-    /**
      * Glyph names for tex8r encoding
      */
     public static final String[] TEX8R_GLYPH_NAMES = {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org