Index

C/C++ Functions

dtTypesetterGetHinting

DT_SWORD dtTypesetterGetHinting(DT_DTENGINE engine, DT_ID_UBYTE* hinting)

Short Description: Get Typesetter's hinting mode

This function returns the current hinting mode from the Typesetter of the specified Standard Engine instance. The hinitng mode is normally set by dtTypesetterSetHinting.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

hinting

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

Return Value

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

 

Index