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

org.freehep.util.io.EEXECConstants Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
// Copyright 2001 freehep
package org.freehep.util.io;

/**
 * Constants for the EEXEC encoding (used by Type1 Fonts).
 * 
 * @author Simon Fischer
 * @version $Id: src/main/java/org/freehep/util/io/EEXECConstants.java
 *          96b41b903496 2005/11/21 19:50:18 duns $
 */
public interface EEXECConstants {

	/**
	 * Constant for EEXEC
	 */
	public static final char N = 4;

	/**
	 * Constant for EEXEC
	 */
	public static final char C1 = 52845;

	/**
	 * Constant for EEXEC
	 */
	public static final char C2 = 22719;

	/**
	 * Constant for EEXEC
	 */
	public static final char EEXEC_R = 55665;

	/**
	 * Constant for EEXEC
	 */
	public static final char CHARSTRING_R = 4330;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy