Class AdobeStylePrivateDictionary.BaseBuilder
A mutable builder which can set any property of the private dictionary and performs no validation.
public abstract class AdobeStylePrivateDictionary.BaseBuilder
- Inheritance
-
AdobeStylePrivateDictionary.BaseBuilder
- Inherited Members
Constructors
BaseBuilder()
protected BaseBuilder()
Properties
BlueFuzz
public int? BlueFuzz { get; set; }
Property Value
- int?
BlueScale
public decimal? BlueScale { get; set; }
Property Value
BlueShift
public int? BlueShift { get; set; }
Property Value
- int?
BlueValues
public IReadOnlyList<int> BlueValues { get; set; }
Property Value
ExpansionFactor
public decimal? ExpansionFactor { get; set; }
Property Value
FamilyBlues
public IReadOnlyList<int> FamilyBlues { get; set; }
Property Value
FamilyOtherBlues
public IReadOnlyList<int> FamilyOtherBlues { get; set; }
Property Value
ForceBold
public bool? ForceBold { get; set; }
Property Value
- bool?
LanguageGroup
public int? LanguageGroup { get; set; }
Property Value
- int?
OtherBlues
public IReadOnlyList<int> OtherBlues { get; set; }
Property Value
StandardHorizontalWidth
public decimal? StandardHorizontalWidth { get; set; }
Property Value
StandardVerticalWidth
public decimal? StandardVerticalWidth { get; set; }
Property Value
StemSnapHorizontalWidths
public IReadOnlyList<decimal> StemSnapHorizontalWidths { get; set; }
Property Value
StemSnapVerticalWidths
public IReadOnlyList<decimal> StemSnapVerticalWidths { get; set; }