Index

C/C++ Functions

dtTypesetterGetPositioning

DT_SWORD dtTypesetterGetPositioning(DT_DTENGINE engine, DT_ID_UBYTE* positioning)

Short Description: Get Typesetter's positioning mode

This function returns the current positioning mode from the Typesetter of the specified Standard Engine instance. The positioning mode is normally set by dtTypesetterSetPositioning.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

positioning

A valid pointer to a variable that will receive the Typesetter's current positioning mode. See dtTypesetterSetPositioning for details.

Return Value

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

 

Index