LayerPD_Layer
ObjectPDStyle

A PDStyle object provides access to information on the fonts, font sizes, and colors used in a PDWord.



Typedef Summary
 Typedef
 PDStyle
Provides access to information about the fonts, font sizes, and colors used in a PDWord.
Method Summary
 Method
 
Gets a style's color.
 
Gets the specified style's font.
 
Get a style's font size.

Typedefs Detail
PDStyle 
Product availability: PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

typedef struct _t_PDStyle* PDStyle;

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

See Also


File: PDExpT.h
Line: 3312



Method Detail
PDStyleGetColor()
Product availability: PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

void PDStyleGetColor(PDStyle obj, PDColorValue color)

Gets a style's 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.

See Also

Since

PI_PDMODEL_VERSION >= 0x00020000

File: PDProcs.h
Line: 5114
PDStyleGetFont() 
Product availability: PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

PDFont PDStyleGetFont(PDStyle obj)

Gets the specified style's font.

Parameters

obj — 

IN/OUT The style whose font is obtained.

Returns

The font for the specified style.

See Also

Since

PI_PDMODEL_VERSION >= 0x00020000

File: PDProcs.h
Line: 5092
PDStyleGetFontSize() 
Product availability: PDFL
Platform availability: Macintosh, Windows, UNIX

Syntax

ASFixed PDStyleGetFontSize(PDStyle obj)

Get a style's font size.

Parameters

obj — 

The style whose font size is obtained.

Returns

The size of the font in points.

See Also

Since

PI_PDMODEL_VERSION >= 0x00020000

File: PDProcs.h
Line: 5102