Index

C/C++ Functions

dtOutputGetStyleAttribs

DT_SWORD dtOutputGetStyleAttribs(DT_DTENGINE engine, DT_STYLE_ATTRIBS* style, DT_UBYTE reserved)

Short Description: Get Output style (color, transparency and special effect such as shadow, pattern fill, emboss, emboldening etc.)

This function returns the current style associated with the Output of the specified Standard Engine instance. Style can be set by dtOutputSetStyleAttribs.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

style

A valid pointer to the DT_STYLE_ATTRIBS structure that will receive the current style. See dtOutputSetStyleAttribs for details.

reserved

Reserved for future use. Must be set to 0.

Return Value

If successful, the return value is 1. Otherwise, the function returns 0.

 

Index