Data Structures |
|
struct | Rt2dBBox |
struct | Rt2dBrush |
struct | Rt2dFont |
struct | Rt2dObject |
struct | Rt2dPath |
Typedefs |
|
typedef Rt2dObject *(* | Rt2dObjectCallBack )(Rt2dObject *object, Rt2dObject *parent, void *data) |
typedef Rt2dFont *(* | Rt2dFontCallBackRead )(const RwChar *name) |
Enumerations |
|
enum | Rt2dObjectTypeEnum { rt2DOBJECTTYPEOBJECT = 0, rt2DOBJECTTYPESCENE, rt2DOBJECTTYPESHAPE, rt2DOBJECTTYPEPICKREGION, rt2DOBJECTTYPEOBJECTSTRING, rt2DOBJECTTYPEFORCEENUMSIZEINT = RWFORCEENUMSIZEINT } |
enum | Rt2dJustificationType { rt2dJUSTIFYLEFT, rt2dJUSTIFYCENTER, rt2dJUSTIFYRIGHT, rt2DJUSTIFICATIONTYPEFORCEENUMSIZEINT = RWFORCEENUMSIZEINT } |
enum | Rt2dShapeNodeFlag { rt2dSHAPENODEFLAGNONE = 0x0000, rt2dSHAPENODEFLAGSOLID = 0x0001, rt2dSHAPENODEFLAGFORCEENUMSIZEINT = RWFORCEENUMSIZEINT } |
|
Rt2dFontCallBackRead Rt2dFontCallBackRead represents the function used by Rt2dFontRead to read the specified font from a disk file. This function should return a pointer to the font to indicate success. The returned font is owned by the Rt2d internal font dictionary, and is destroyed on calling Rt2dClose
|
|
Rt2dObjectCallBack typedef for a callback on an object in a collection
|
|
Rt2dJustificationType enumeration describing Justification |
|
Rt2dObjectTypeEnum enumeration describing types of Rt2dObject |
|
Rt2dShapeNodeFlag Passed to Rt2dShapeAddNode, these flags specify the type and properties of the path. |
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |