Index

C/C++ Functions

txTextIniViaPowerDocAndStream

DT_SLONG txTextIniViaPowerDocAndStream(DT_TXDOC* text_doc, DT_PDDOC power_doc, DT_ID_UBYTE text_type, const DT_STREAM_DESC* text_sd, 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 stream

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

Parameters

ParameterDescription

text_doc

See txTextMakeViaPowerDocAndStream.

power_doc

See txTextMakeViaPowerDocAndStream.

text_type

See txTextMakeViaPowerDocAndStream.

text_sd

See txTextMakeViaPowerDocAndStream.

unicode_flags

See txTextMakeViaPowerDocAndStream.

area

See txTextMakeViaPowerDocAndStream.

attribs

See txTextMakeViaPowerDocAndStream.

fontmap_sd

See txTextMakeViaPowerDocAndStream.

flags

See txTextMakeViaPowerDocAndStream.

Return Value

See txTextMakeViaPowerDocAndStream.

Comments, Notes and Related Functions

See txTextIni and txTextMakeViaPowerDocAndStream.

 

Index