DL Logo

PDStyle Typedefs

PDStyle

Header: PDExpT.h:3375

Description

Provides access to information about the fonts, font sizes, and colors used in a PDWord.

Syntax

typedef struct _t_PDStyle *PDStyle;

Returned From

Used By

PDStyle Functions

PDStyleGetColor

Header: PDProcs.h:5209

Description

Gets a style's color.

Syntax

void PDStyleGetColor(PDStyle obj, PDColorValue color);

Parameters

obj
IN/OUT The style whose color is obtained.
color
IN/OUT (Filled by the method) A pointer to a structure that contains the style's color.

PDStyleGetFont

Header: PDProcs.h:5187

Description

Gets the specified style's font.

Syntax

PDFont PDStyleGetFont(PDStyle obj);

Parameters

obj
IN/OUT The style whose font is obtained.

Returns

The font for the specified style.

PDStyleGetFontSize

Header: PDProcs.h:5197

Description

Get a style's font size.

Syntax

ASFixed PDStyleGetFontSize(PDStyle obj);

Parameters

obj
The style whose font size is obtained.

Returns

The size of the font in points.