Table of Contents

Class Constants

Namespace
Pango
Assembly
Pango-1.0.dll
public class Constants
Inheritance
Constants
Inherited Members

Fields

ANALYSIS_FLAG_CENTERED_BASELINE

public const int ANALYSIS_FLAG_CENTERED_BASELINE = 1

Field Value

int

ANALYSIS_FLAG_IS_ELLIPSIS

public const int ANALYSIS_FLAG_IS_ELLIPSIS = 2

Field Value

int

ANALYSIS_FLAG_NEED_HYPHEN

public const int ANALYSIS_FLAG_NEED_HYPHEN = 4

Field Value

int

ATTR_INDEX_FROM_TEXT_BEGINNING

public const uint ATTR_INDEX_FROM_TEXT_BEGINNING = 0

Field Value

uint

ATTR_INDEX_TO_TEXT_END

public const uint ATTR_INDEX_TO_TEXT_END = 4294967295

Field Value

uint

GLYPH_EMPTY

public const uint GLYPH_EMPTY = 268435455

Field Value

uint

GLYPH_INVALID_INPUT

public const uint GLYPH_INVALID_INPUT = 4294967295

Field Value

uint

GLYPH_UNKNOWN_FLAG

public const uint GLYPH_UNKNOWN_FLAG = 268435456

Field Value

uint

LARGE

The scale factor for one magnification step (1.2).

public const double LARGE = 1.2

Field Value

double

MEDIUM

The scale factor for normal size (1.0).

public const double MEDIUM = 1

Field Value

double

SCALE

public const int SCALE = 1024

Field Value

int

SMALL

The scale factor for one shrinking step (1 / 1.2).

public const double SMALL = 0.8333333333333334

Field Value

double

VERSION_MAJOR

public const int VERSION_MAJOR = 1

Field Value

int

VERSION_MICRO

public const int VERSION_MICRO = 0

Field Value

int

VERSION_MINOR

public const int VERSION_MINOR = 57

Field Value

int

VERSION_STRING

public const string VERSION_STRING = "1.57.0"

Field Value

string

XX_LARGE

The scale factor for three magnification steps (1.2 * 1.2 * 1.2).

public const double XX_LARGE = 1.728

Field Value

double

XX_SMALL

The CSS scale factor for three shrinking steps (1 / (1.2 * 1.2 * 1.2)).

public const double XX_SMALL = 0.5787037037037037

Field Value

double

X_LARGE

The scale factor for two magnification steps (1.2 * 1.2).

public const double X_LARGE = 1.44

Field Value

double

X_SMALL

The scale factor for two shrinking steps (1 / (1.2 * 1.2)).

public const double X_SMALL = 0.6944444444444444

Field Value

double