Table of Contents

Class MinFeature

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

Represents the Type1PrivateDictionary MinFeature entry which is required for compatibility and is required by the specification to have the value 16, 16.

public class MinFeature
Inheritance
MinFeature
Inherited Members

Constructors

MinFeature(int, int)

Creates a MinFeature array.

public MinFeature(int first, int second)

Parameters

first int

The first value.

second int

The second value.

Properties

Default

The required default value of MinFeature.

public static MinFeature Default { get; }

Property Value

MinFeature

First

The first value.

public int First { get; }

Property Value

int

Second

The second value.

public int Second { get; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string