|
ReactOS 0.4.17-dev-218-g5635d24
|
#include <gdiplus_private.h>

Public Attributes | |
| GpGraphics * | graphics |
| HDC | hdc |
| GDIPCONST WCHAR * | string |
| INT | index |
| INT | length |
| struct gdip_font_link_info | font_link_info |
| GDIPCONST RectF * | rect |
| GDIPCONST GpStringFormat * | format |
| INT | lineno |
| const RectF * | bounds |
| INT * | underlined_indexes |
| INT | underlined_index_count |
| void * | user_data |
Definition at line 650 of file gdiplus_private.h.
Definition at line 660 of file gdiplus_private.h.
Referenced by gdip_format_string().
| struct gdip_font_link_info gdip_format_string_info::font_link_info |
Definition at line 656 of file gdiplus_private.h.
| GDIPCONST GpStringFormat* gdip_format_string_info::format |
Definition at line 658 of file gdiplus_private.h.
Referenced by gdip_format_string().
| GpGraphics* gdip_format_string_info::graphics |
Definition at line 651 of file gdiplus_private.h.
Referenced by gdip_format_string(), has_gdi_dc(), and transform_properties().
| HDC gdip_format_string_info::hdc |
Definition at line 652 of file gdiplus_private.h.
| INT gdip_format_string_info::index |
Definition at line 654 of file gdiplus_private.h.
| INT gdip_format_string_info::length |
Definition at line 655 of file gdiplus_private.h.
| INT gdip_format_string_info::lineno |
Definition at line 659 of file gdiplus_private.h.
Referenced by gdip_format_string().
Definition at line 657 of file gdiplus_private.h.
Definition at line 653 of file gdiplus_private.h.
| INT gdip_format_string_info::underlined_index_count |
Definition at line 662 of file gdiplus_private.h.
| INT* gdip_format_string_info::underlined_indexes |
Definition at line 661 of file gdiplus_private.h.
| void* gdip_format_string_info::user_data |
Definition at line 663 of file gdiplus_private.h.