ReactOS 0.4.17-dev-218-g5635d24
gdip_format_string_info Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for gdip_format_string_info:

Public Attributes

GpGraphicsgraphics
 
HDC hdc
 
GDIPCONST WCHARstring
 
INT index
 
INT length
 
struct gdip_font_link_info font_link_info
 
GDIPCONST RectFrect
 
GDIPCONST GpStringFormatformat
 
INT lineno
 
const RectFbounds
 
INTunderlined_indexes
 
INT underlined_index_count
 
voiduser_data
 

Detailed Description

Definition at line 650 of file gdiplus_private.h.

Member Data Documentation

◆ bounds

const RectF* gdip_format_string_info::bounds

Definition at line 660 of file gdiplus_private.h.

Referenced by gdip_format_string().

◆ font_link_info

struct gdip_font_link_info gdip_format_string_info::font_link_info

Definition at line 656 of file gdiplus_private.h.

◆ format

GDIPCONST GpStringFormat* gdip_format_string_info::format

Definition at line 658 of file gdiplus_private.h.

Referenced by gdip_format_string().

◆ graphics

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

HDC gdip_format_string_info::hdc

Definition at line 652 of file gdiplus_private.h.

◆ index

INT gdip_format_string_info::index

Definition at line 654 of file gdiplus_private.h.

◆ length

INT gdip_format_string_info::length

Definition at line 655 of file gdiplus_private.h.

◆ lineno

INT gdip_format_string_info::lineno

Definition at line 659 of file gdiplus_private.h.

Referenced by gdip_format_string().

◆ rect

GDIPCONST RectF* gdip_format_string_info::rect

Definition at line 657 of file gdiplus_private.h.

◆ string

GDIPCONST WCHAR* gdip_format_string_info::string

Definition at line 653 of file gdiplus_private.h.

◆ underlined_index_count

INT gdip_format_string_info::underlined_index_count

Definition at line 662 of file gdiplus_private.h.

◆ underlined_indexes

INT* gdip_format_string_info::underlined_indexes

Definition at line 661 of file gdiplus_private.h.

◆ user_data

void* gdip_format_string_info::user_data

Definition at line 663 of file gdiplus_private.h.


The documentation for this struct was generated from the following file: