Uses of Enum Class
com.datalogics.PDFL.FontCreateFlags
Packages that use FontCreateFlags
-
Uses of FontCreateFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return FontCreateFlagsModifier and TypeMethodDescriptionstatic FontCreateFlagsReturns the enum constant of this class with the specified name.static FontCreateFlags[]FontCreateFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.datalogics.PDFL with type arguments of type FontCreateFlagsModifierConstructorDescriptionFont(String fontName, EnumSet<FontCreateFlags> createFlags) Find a font with the specified name, and construct a Font object from it.Font(String fontName, EnumSet<FontCreateFlags> createFlags, WritingMode wrMode) Find a font with the specified name, and construct a Font object from it.