Index

C/C++ Functions

pdEngineGetHyphenatorInst

void pdEngineGetHyphenatorInst(DT_PDENGINE engine, DT_LXHYPHEN* hyphenator)

Short Description: Get associated hyphenator instance

The pdEngineGetHyphenatorInst function returns the handle of Power Engine's internal D-Type Hyphenator instance.

Parameters

ParameterDescription

engine

Handle of the previously created Power Engine instance.

hyphenator

Pointer to the handle of the Hyphenator instance.

 

Index