EmfStrokeVariation

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfStrokeVariation extends System.Enum

The StrokeVariation enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.

Fields

FieldDescription
PAN_ANYThe Any Stroke.
PAN_NO_FITThe No fit.
PAN_STROKE_GRADUAL_DIAGGradual / diagonal
PAN_STROKE_GRADUAL_TRANGradual transitional
PAN_STROKE_GRADUAL_VERTGradual vertical
PAN_STROKE_GRADUAL_HORZGradual horizontal
PAN_STROKE_RAPID_VERTRapid vertical
PAN_STROKE_RAPID_HORZRapid horizontal
PAN_STROKE_INSTANT_VERTInstant vertical

PAN_ANY

public static final byte PAN_ANY

The Any Stroke.

PAN_NO_FIT

public static final byte PAN_NO_FIT

The No fit.

PAN_STROKE_GRADUAL_DIAG

public static final byte PAN_STROKE_GRADUAL_DIAG

Gradual / diagonal

PAN_STROKE_GRADUAL_TRAN

public static final byte PAN_STROKE_GRADUAL_TRAN

Gradual transitional

PAN_STROKE_GRADUAL_VERT

public static final byte PAN_STROKE_GRADUAL_VERT

Gradual vertical

PAN_STROKE_GRADUAL_HORZ

public static final byte PAN_STROKE_GRADUAL_HORZ

Gradual horizontal

PAN_STROKE_RAPID_VERT

public static final byte PAN_STROKE_RAPID_VERT

Rapid vertical

PAN_STROKE_RAPID_HORZ

public static final byte PAN_STROKE_RAPID_HORZ

Rapid horizontal

PAN_STROKE_INSTANT_VERT

public static final byte PAN_STROKE_INSTANT_VERT

Instant vertical