com.pdftools
Class NativeLibrary.FONTTYPE

java.lang.Object
  extended by com.pdftools.NativeLibrary.FONTTYPE
Enclosing class:
NativeLibrary

public static class NativeLibrary.FONTTYPE
extends java.lang.Object


Field Summary
static int eFontCFF
           
static int eFontTrueType
           
static int eFontType1
           
static int eFontType3
           
 
Constructor Summary
NativeLibrary.FONTTYPE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eFontType1

public static final int eFontType1
See Also:
Constant Field Values

eFontTrueType

public static final int eFontTrueType
See Also:
Constant Field Values

eFontCFF

public static final int eFontCFF
See Also:
Constant Field Values

eFontType3

public static final int eFontType3
See Also:
Constant Field Values
Constructor Detail

NativeLibrary.FONTTYPE

public NativeLibrary.FONTTYPE()