![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrasterdefs_p.h>
Public Attributes | |
int | n_contours |
int | n_points |
QT_FT_Vector * | points |
char * | tags |
int * | contours |
int | flags |
Definition at line 350 of file qrasterdefs_p.h.
int* QT_FT_Outline_::contours |
Definition at line 357 of file qrasterdefs_p.h.
int QT_FT_Outline_::flags |
Definition at line 359 of file qrasterdefs_p.h.
int QT_FT_Outline_::n_contours |
Definition at line 352 of file qrasterdefs_p.h.
int QT_FT_Outline_::n_points |
Definition at line 353 of file qrasterdefs_p.h.
QT_FT_Vector* QT_FT_Outline_::points |
Definition at line 355 of file qrasterdefs_p.h.
char* QT_FT_Outline_::tags |
Definition at line 356 of file qrasterdefs_p.h.