Index

C/C++ Functions

dtTypesetterGetTypeAttribs

DT_SWORD dtTypesetterGetTypeAttribs(DT_DTENGINE engine, DT_TYPE_ATTRIBS* type, DT_UBYTE reserved)

Short Description: Get Typesetter's current type

This function returns the current type from the Typesetter of the specified Standard Engine instance. Type can be set by dtTypesetterSetTypeAttribs.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

type

A valid pointer to the DT_TYPE_ATTRIBS structure that will receive the Typesetter's current type. See dtTypesetterSetTypeAttribs 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