// Copyright 2001 freehep package org.freehep.util.io; /** * Constants for the EEXEC encoding (used by Type1 Fonts). * @author Simon Fischer * @version $Id: EEXECConstants.java,v 1.2 2001/10/29 14:07:06 duns Exp $ */ public interface EEXECConstants { public static final char N = 4; public static final char C1 = 52845; public static final char C2 = 22719; public static final char EEXEC_R = 55665; public static final char CHARSTRING_R = 4330; }