Index

C/C++ Functions

lxLayoutApply

DT_SLONG lxLayoutApply(DT_LXLAYOUT layout, const DT_ID_UWORD chars[], DT_SLONG nr_of_chars, DT_ID_UBYTE direction, LX_GLYPH glyph_arr[], DT_SLONG max_glyphs)

Short Description: Apply text layout instance to a run of text

Same effect as calling lxLayoutApplyPlus(layout, 0, nr_of_chars, nr_of_chars, (const DT_UBYTE*)chars, LX_FORMAT_UTF16, direction, glyph_arr, max_glyphs).

 

Index