Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE EXTENDED MARKER DEFINITION

PXINQ_EXTEND_MARKER_DEF


CALLING SEQUENCE

pxinq_extend_marker_def (
)

TYPES

typedef struct {
	Pint			num_xmk_chars;	/* number of character definitions in the list	*/
	Pxmk_char	*xmk_char;	/* list of character definitions	*/
} Pxmk_char_list;
typedef struct {
	Pint			font;	/* text font	*/
	Pfloat		height;	/* character height	*/
	Pfloat		exp_factor;	/* character expansion factor	*/
	Pfloat		horizontal;	/* normalized horizontal justification	*/
	Pfloat		vertical;	/* normalized vertical justification	*/
	Pvec		up_vec;	/* character up vector	*/
	Ppoint		position;	/* character position	*/
	Pint			character;	/* ASCII character code	*/
} Pxmk_char;

EFFECT

Return the specified extended marker definition.

This inquiry is used to return an application-defined marker type definition created with Set Marker Definition or Set Extended Marker Definition (routines pxset_marker_def and pxset_extend_marker_def).

This function requires the handle of a store as an input argument. For further information on the use of stores, see "Memory Management for Inquiry Functions Which Return Complex Data Structures" in the introduction to Chapter 5.

ERRORS

3
Ignoring function, function requires state WSOP.
54
Ignoring function, the specified workstation is not open.
59
Ignoring function, the specified workstation does not have output capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor MO).
101
Ignoring function, the specified representation has not been defined.
2200
Warning, the buffer is too small to hold all the data to be returned by PHIGS.
2203
Ignoring function, the size of the buffer is negative.
105
Ignoring function, the marker index must be in the range -1 to -256.

SEE ALSO

Application-definable marker types, see pxset_extend_marker_def, pxset_marker_def

Polymarker, see ppolymarker, ppolymarker3

Polymarker bundle definition, see pset_marker_rep, pset_marker_rep_plus

Polymarker bundle index, see pset_marker_ind

Inquire polymarker bundle definition, see pinq_marker_rep, pinq_marker_rep_plus


Previous Next Up Title Contents Index Functions Index Top Library