equal
deleted
inserted
replaced
78 // |
78 // |
79 // We mean it. |
79 // We mean it. |
80 */ |
80 */ |
81 |
81 |
82 QT_FT_BEGIN_HEADER |
82 QT_FT_BEGIN_HEADER |
83 |
|
84 |
83 |
85 /*************************************************************************/ |
84 /*************************************************************************/ |
86 /* */ |
85 /* */ |
87 /* <Section> */ |
86 /* <Section> */ |
88 /* basic_types */ |
87 /* basic_types */ |
835 /* */ |
834 /* */ |
836 /* <Description> */ |
835 /* <Description> */ |
837 /* A handle (pointer) to a raster object. Each object can be used */ |
836 /* A handle (pointer) to a raster object. Each object can be used */ |
838 /* independently to convert an outline into a bitmap or pixmap. */ |
837 /* independently to convert an outline into a bitmap or pixmap. */ |
839 /* */ |
838 /* */ |
840 typedef struct QT_FT_RasterRec_* QT_FT_Raster; |
839 typedef struct TRaster_ *QT_FT_Raster; |
841 |
840 |
842 |
841 |
843 /*************************************************************************/ |
842 /*************************************************************************/ |
844 /* */ |
843 /* */ |
845 /* <Struct> */ |
844 /* <Struct> */ |
1116 /* practice, it is a QT_FT_Memory, i.e., a handle to the standard */ |
1115 /* practice, it is a QT_FT_Memory, i.e., a handle to the standard */ |
1117 /* FreeType memory allocator. However, this field can be completely */ |
1116 /* FreeType memory allocator. However, this field can be completely */ |
1118 /* ignored by a given raster implementation. */ |
1117 /* ignored by a given raster implementation. */ |
1119 /* */ |
1118 /* */ |
1120 typedef int |
1119 typedef int |
1121 (*QT_FT_Raster_NewFunc)( void* memory, |
1120 (*QT_FT_Raster_NewFunc)( QT_FT_Raster* raster ); |
1122 QT_FT_Raster* raster ); |
|
1123 |
1121 |
1124 #define QT_FT_Raster_New_Func QT_FT_Raster_NewFunc |
1122 #define QT_FT_Raster_New_Func QT_FT_Raster_NewFunc |
1125 |
1123 |
1126 /*************************************************************************/ |
1124 /*************************************************************************/ |
1127 /* */ |
1125 /* */ |