Index

C/C++ Functions

dtTypesetterGetSizeSubscale

DT_SWORD dtTypesetterGetSizeSubscale(DT_DTENGINE engine, DT_UBYTE* transform_params_mul_h, DT_UBYTE* transform_params_mul_v)

Short Description: Get Typesetter's size subscale

The dtTypesetterGetSizeSubscale function gets the scale multipliers for the size_h and size_v members of the DT_TRANSFORM_PARAMS structure, as set by dtTypesetterSetSizeSubscale.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

transform_params_mul_h

See dtTypesetterSetSizeSubscale.

transform_params_mul_v

See dtTypesetterSetSizeSubscale.

Return Value

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

 

Index