Index

C/C++ Functions

dtTypesetterGetCacheCompression

DT_SWORD dtTypesetterGetCacheCompression(DT_DTENGINE engine, DT_ID_UBYTE* bitmap_compress)

Short Description: Get Typesetter's bitmap cache compression

This function returns the bitmap cache compression flag from the Typesetter of the specified Standard Engine instance. This value is normally set by dtTypesetterSetCacheCompression.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

bitmap_compress

A valid pointer to a variable that will receive the Typesetter's bitmap cache compression flag. See dtTypesetterSetCacheCompression for details.

Return Value

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

 

Index