Index

C/C++ Functions

lxLayoutExt

void lxLayoutExt(DT_LXLAYOUT layout)

Short Description: Deinitialize (destroy) text layout instance

This function destroys the layout instance created by a previous call to lxLayoutIni or lxLayoutIniPlus. This function should be called when the created text layout instance is no longer needed (or before your application terminates).

Parameters

ParameterDescription

layout

Handle of the previously created layout instance.

 

Index