Index

C/C++ Functions

dtTypesetterGetQuality

DT_SWORD dtTypesetterGetQuality(DT_DTENGINE engine, DT_ID_UBYTE* quality)

Short Description: Get Typesetter's quality

This function returns the current quality level from the Typesetter of the specified Standard Engine instance. This value is normally set by dtTypesetterSetQuality.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

quality

A valid pointer to a variable that will receive the Typesetter's current quality level. See dtTypesetterSetQuality for details.

Return Value

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

 

Index