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: All |
Platform availability: All |
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: 3310 |
PDStyleGetColor | () |
Product availability: All |
Platform availability: All |
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: All |
Platform availability: All |
Gets the specified style's font.
Parameters
obj — |
See Also
Since
File: PDProcs.h |
Line: 5093 |
PDStyleGetFontSize | () |
Product availability: All |
Platform availability: All |
Parameters
obj — |
See Also
Since
File: PDProcs.h |
Line: 5103 |