Class TrueTypeFontParameters
Represents the TrueType font parameters.
public class TrueTypeFontParameters
- Inheritance
-
TrueTypeFontParameters
- Inherited Members
Properties
FillInterval
Gets or sets the fill interval in millimeters.
public double FillInterval { get; set; }
Property Value
- double
The default value is 0.06mm.
Set it to UseCommonFillInterval to use the common fill interval settings.
OverprintCount
Gets or sets the overprint counter.
public int OverprintCount { get; set; }
Property Value
- int
The default value is 1.
OverprintDirection
Gets or sets the overprint direction.
public OverprintDirection OverprintDirection { get; set; }
Property Value
- OverprintDirection
The default value is Alternating.
OverprintingIsActive
Gets or sets a value indicating whether overprinting is active.
public bool OverprintingIsActive { get; set; }
Property Value
ShrinkBoundary
Gets or sets the shrink boundary in millimeters.
public double ShrinkBoundary { get; set; }
Property Value
ShrinkFill
Gets or sets the fill area reduction.
public double ShrinkFill { get; set; }
Property Value
SkipLineCount
Gets or sets the line overstep counter.
public int SkipLineCount { get; set; }
Property Value
UseCommonFillInterval
Gets the value to use the common value for FillInterval.
public static double UseCommonFillInterval { get; }
Property Value
WritingOrder
Gets or sets the fill interval.
public WritingOrder WritingOrder { get; set; }
Property Value
- WritingOrder
The default value is FillThenBoundary.