Index

C/C++ Functions

dtTypesetterGetHintMin

DT_SWORD dtTypesetterGetHintMin(DT_DTENGINE engine, DT_SWORD* min_hint_dpx, DT_SWORD* min_hint_dpy)

Short Description: Get minimum pixel size when Typesetter scales narrow horizontal and vertical glyph features in hinted fonts to small sizes

This function returns the current minimum pixel size for narrow horizontal and vertical glyph features in hinted fonts from the Typesetter of the specified Standard Engine instance. This value is normally set by dtTypesetterSetHintMin.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

min_hint_dpx

A valid pointer to a variable that will receive the Typesetter's current minimum size for narrow vertical glyph features in hinted fonts, in 1/100 pixels. See dtTypesetterSetHintMin for details.

min_hint_dpy

A valid pointer to a variable that will receive the Typesetter's current minimum size for narrow horizontal glyph features in hinted fonts, in 1/100 pixels. See dtTypesetterSetHintMin for details.

Return Value

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

 

Index