All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.fontengine.font.postscript.StandardEncoding Maven / Gradle / Ivy

/*
 *
 *	File: StandardEncoding.java
 *
 * ****************************************************************************
 *
 *	ADOBE CONFIDENTIAL
 *	___________________
 *
 *	Copyright 2004-2005 Adobe Systems Incorporated
 *	All Rights Reserved.
 * 
 *	NOTICE: All information contained herein is, and remains the property of
 *	Adobe Systems Incorporated and its suppliers, if any. The intellectual
 *	and technical concepts contained herein are proprietary to Adobe Systems
 *	Incorporated and its suppliers and may be covered by U.S. and Foreign
 *	Patents, patents in process, and are protected by trade secret or
 *	copyright law. Dissemination of this information or reproduction of this
 *	material is strictly forbidden unless prior written permission is obtained
 *	from Adobe Systems Incorporated.
 *
 */
package com.adobe.fontengine.font.postscript;

/**
 * StandardEncoding
 */
final public class StandardEncoding {

    public static final String[] names = {
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 0 - 9 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 10 - 19 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 20 - 29 */
    		".notdef",".notdef", "space", "exclam", "quotedbl", "numbersign", "dollar", "percent", "ampersand", "quoteright", /* 30 - 39 */
    		"parenleft", "parenright", "asterisk", "plus", "comma", "hyphen", "period", "slash", "zero", "one",  /* 40 - 49 */
    		"two","three", "four", "five", "six", "seven", "eight", "nine", "colon", "semicolon",  /* 50 - 59 */
    		"less", "equal", "greater", "question", "at", "A", "B", "C", "D", "E",  /* 60 - 69 */
    		"F", "G", "H","I", "J", "K", "L", "M", "N", "O", /* 70 - 79 */
    		"P","Q","R","S","T","U","V","W","X","Y", /* 80 - 89 */
    		"Z","bracketleft","backslash","bracketright","asciicircum","underscore","quoteleft","a","b","c", /* 90 - 99 */
    		"d","e","f","g","h","i","j","k","l","m",/* 100 - 109 */
    		"n","o","p","q","r","s","t","u","v","w", /* 110 - 119 */
    		"x","y","z","braceleft","bar","braceright","asciitilde",".notdef",".notdef",".notdef", /* 120 - 129 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 130 - 139 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 140 - 149 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 150 - 159 */
    		".notdef","exclamdown","cent","sterling","fraction","yen","florin","section","currency","quotesingle", /* 160 - 169 */
    		"quotedblleft","guillemotleft","guilsinglleft","guilsinglright","fi","fl",".notdef","endash","dagger","daggerdbl",/* 170 - 179 */
    		"periodcentered",".notdef","paragraph","bullet","quotesinglbase","quotedblbase","quotedblright","guillemotright","ellipsis","perthousand",/* 180 - 189 */
    		".notdef","questiondown",".notdef","grave","acute","circumflex","tilde","macron","breve","dotaccent",/* 190 - 199 */
    		"dieresis",".notdef","ring","cedilla",".notdef","hungarumlaut","ogonek","caron","emdash",".notdef",/* 200 - 209 */
    		".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef",".notdef", /* 210 - 219 */
    		".notdef",".notdef",".notdef",".notdef",".notdef","AE",".notdef","ordfeminine",".notdef",".notdef",/* 220 - 229 */
    		".notdef",".notdef","Lslash","Oslash","OE","ordmasculine",".notdef",".notdef",".notdef",".notdef", /* 230 - 239 */
    		".notdef","ae",".notdef",".notdef",".notdef","dotlessi",".notdef",".notdef","lslash","oslash",/* 240 - 249 */
    		"oe","germandbls",".notdef",".notdef",".notdef",".notdef", /* 250 - 255 */
    };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy