Index

C/C++ Functions

dtTypesetterGetSubpixels

DT_SWORD dtTypesetterGetSubpixels(DT_DTENGINE engine, DT_UBYTE* subpixels)

Short Description: Get Typesetter's subpixel levels

This function returns the current number of subpixel positions from the Typesetter of the specified Standard Engine instance. This value is normally set by dtTypesetterSetSubpixels.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

subpixels

A valid pointer to a variable that will receive the Typesetter's current number of subpixel positions. See dtTypesetterSetSubpixels for details.

Return Value

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

 

Index