Index

C/C++ Functions

txTextIniViaPowerDocAndBuffer

DT_SLONG txTextIniViaPowerDocAndBuffer(DT_TXDOC* text_doc, DT_PDDOC power_doc, DT_SLONG nr_of_chars, const DT_UBYTE* buffer, DT_ID_SWORD buffer_format, DT_SWORD unicode_flags, const DT_TX_TEXTFLOW_AREA* area, const DT_TX_DEFAULT_ATTRIBS* attribs, const DT_STREAM_DESC* fontmap_sd, DT_SWORD flags)

Short Description: Create and initialize text document - via PowerDoc and buffer

This is a convenience function. It has the same effect as calling txTextIni followed by a call to txTextMakeViaPowerDocAndBuffer.

Parameters

ParameterDescription

text_doc

See txTextMakeViaPowerDocAndBuffer.

power_doc

See txTextMakeViaPowerDocAndBuffer.

nr_of_chars

See txTextMakeViaPowerDocAndBuffer.

buffer

See txTextMakeViaPowerDocAndBuffer.

buffer_format

See txTextMakeViaPowerDocAndBuffer.

unicode_flags

See txTextMakeViaPowerDocAndBuffer.

area

See txTextMakeViaPowerDocAndBuffer.

attribs

See txTextMakeViaPowerDocAndBuffer.

fontmap_sd

See txTextMakeViaPowerDocAndBuffer.

flags

See txTextMakeViaPowerDocAndBuffer.

Return Value

See txTextMakeViaPowerDocAndBuffer.

Comments, Notes and Related Functions

See txTextIni and txTextMakeViaPowerDocAndBuffer.

 

Index