typedef
struct
_t_PDStyle
*
PDStyle
;
void
PDStyleGetColor(
PDStyle
obj
,
PDColorValue
color
);
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.
|
PDFont
PDStyleGetFont(
PDStyle
obj
);
obj | IN/OUT The style whose font is obtained.
|
ASFixed
PDStyleGetFontSize(
PDStyle
obj
);
obj | The style whose font size is obtained.
|