HMIN_title_write()

Writes a title to HyperMesh.

Syntax

void HMIN_title_write(HM_entityidtype id, char * name, int color, int font, char * text);

Type

HyperMesh hminlib Function

Description

Writes a title to HyperMesh.

Inputs

id
The ID of the title.
name
The name of the title.
color
The color to be used for the title.
font
The font to be used for the title. Fonts range from small to large (1 - 4).
text
The text to be included in the title.

Errors

None.