formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Vector Export

fz_expt_vect_set_text_angle

Description

Sets the rotation of a text character. This rotation is relative to the plotted x-axis. This sets the rotation for all subsequent calls to fz_expt_vect_text_char.

Plugin Prototype

fzrt_error_td fz_expt_vect_set_text_angle(

fzrt_int

windex,

fz_expt_vect_ptr

expt_vect,

double

ang_rad )

Parameters

windex [Input]

project window index

expt_vect [Input]

Image vector export data

ang_rad [Input]

Rotation to apply to the text.

Returns

FZRT_NOERR on success. Or:
Appropriate error on failure.

Availability

5.0.0.0

Function Set

fz_expt_vect_modl_fset


Defined in

fz_expt_vect_api.h