Table of Contents

Class AdobeStylePrivateDictionary.BaseBuilder

Namespace
UglyToad.PdfPig.Fonts
Assembly
UglyToad.PdfPig.Fonts.dll

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

decimal?

BlueShift

public int? BlueShift { get; set; }

Property Value

int?

BlueValues

public IReadOnlyList<int> BlueValues { get; set; }

Property Value

IReadOnlyList<int>

ExpansionFactor

public decimal? ExpansionFactor { get; set; }

Property Value

decimal?

FamilyBlues

public IReadOnlyList<int> FamilyBlues { get; set; }

Property Value

IReadOnlyList<int>

FamilyOtherBlues

public IReadOnlyList<int> FamilyOtherBlues { get; set; }

Property Value

IReadOnlyList<int>

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

IReadOnlyList<int>

StandardHorizontalWidth

public decimal? StandardHorizontalWidth { get; set; }

Property Value

decimal?

StandardVerticalWidth

public decimal? StandardVerticalWidth { get; set; }

Property Value

decimal?

StemSnapHorizontalWidths

public IReadOnlyList<decimal> StemSnapHorizontalWidths { get; set; }

Property Value

IReadOnlyList<decimal>

StemSnapVerticalWidths

public IReadOnlyList<decimal> StemSnapVerticalWidths { get; set; }

Property Value

IReadOnlyList<decimal>