i3font

i3font

Class

real/iagad/i3font.h

Library

r3iagad

Description:

Controls for the font interactor

See Also

real/iagad/i3intact.h

Super Class

r3Iacontrolgadget

R3CLID_IACONTROLGADGET

JavaScript

r3Iafontgadget

Class Identifier

R3CLID_IAFONTGADGET - 1388

Methods

REGISTERFONT,

Attributes

Registration

int R3RegisterIaFontGadgetClass(R3APP *app);

R3CIAFONTGADM_REGISTERFONT

Method

REGISTERFONT

Identifier

R3CIAFONTGADM_REGISTERFONT

Return

R3BOOL, true if registration succeeded

Param 1:

R3CLID, class id of the font object

Param 2:

R3CLID, class id of the font gadget for the toolbar

Param 3:

char*, name of the font

JavaScript

rc = obj.REGISTERFONT(p1, p2, p3);

Description

Plug in new font


r3appobj *