Layer | PD_Layer |
Object | PDStyle |
A PDStyle object provides access to information on the fonts, font sizes, and colors used in a PDWord.
Typedef | ||
---|---|---|
PDStyle
Provides access to information about the fonts, font sizes, and colors used in a PDWord.
|
Method | ||
---|---|---|
Gets a style's color.
|
||
PDFont PDStyleGetFont(PDStyle obj)
Gets the specified style's font.
|
||
ASFixed PDStyleGetFontSize(PDStyle obj)
Get a style's font size.
|
PDStyle |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
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: 3315 |
PDStyleGetColor | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
void PDStyleGetColor(PDStyle obj, PDColorValue color)
Parameters
obj — | ||
color — | IN/OUT (Filled by the method) A pointer to a structure that contains the style's color. |
See Also
Since
File: PDProcs.h |
Line: 5115 |
PDStyleGetFont | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Gets the specified style's font.
Parameters
obj — |
See Also
Since
File: PDProcs.h |
Line: 5093 |
PDStyleGetFontSize | () |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Parameters
obj — |
See Also
Since
File: PDProcs.h |
Line: 5103 |