formZ SDK | 4.0 Call Back Reference | File Translator | Structured File Translator | Image Vector Call Back

fz_ffmt_cbak_image_vect_write_string_header

Description

Tells the exporter that a text string is about to be exported. This allows an exporter to write any necessary string begin data to the file.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_image_vect_write_string_header(

fzrt_int

windex,

fz_ffmt_ref_td

ffmt_id,

void *

data,

double

llx,

double

lly,

double

size,

double

angle,

double

lspc,

char

just )

Parameters

windex [Input]

project window index

ffmt_id [Input]

The file format reference id.

data [Input]

A pointer to translator defined data.

llx [Input]

The x location of the lower left corner of the text.

lly [Input]

The y location of the lower left corner of the text.

size [Input]

The size of the string.

angle [Input]

Rotation to apply to the text.

lspc [Input]

The spacing between lines of text.

just [Input]

The justification of the text.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_cbak_image_fset


Defined in

fz_ffmt_api.h