|
NetSurf
|
An "text" type page info entry. More...
Data Fields | |
| const char * | text |
| const plot_font_style_t * | style |
| int | width |
| int | height |
| int | padding_bottom |
An "text" type page info entry.
Definition at line 139 of file page-info.c.
| int page_info_text::height |
Definition at line 143 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info__measure_text_entry(), page_info__redraw_text_entry(), page_info_mouse_action(), and page_info_redraw().
| int page_info_text::padding_bottom |
Definition at line 144 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text(), page_info_mouse_action(), and page_info_redraw().
| const plot_font_style_t* page_info_text::style |
Definition at line 141 of file page-info.c.
Referenced by page_info__measure_text_entry(), page_info__redraw_text_entry(), and page_info__set_text().
| const char* page_info_text::text |
Definition at line 140 of file page-info.c.
Referenced by page_info__measure_text_entry(), page_info__redraw_text_entry(), and page_info__set_text().
| int page_info_text::width |
Definition at line 142 of file page-info.c.
Referenced by page_info__layout(), page_info__measure_text_entry(), and page_info_redraw().