|
NetSurf
|
#include <fontplot.h>
Data Fields | |
| char * | name |
| int | flags |
| int | vdi_handle |
| void * | priv_data |
| _fpmf_str_width | str_width |
| _fpmf_str_split | str_split |
| _fpmf_pixel_pos | pixel_pos |
| _fpmf_text | text |
| _fpmf_draw_glyph | draw_glyph |
| _fpmf_dtor | dtor |
Definition at line 49 of file fontplot.h.
| _fpmf_draw_glyph s_font_plotter::draw_glyph |
Definition at line 60 of file fontplot.h.
| _fpmf_dtor s_font_plotter::dtor |
Definition at line 61 of file fontplot.h.
Referenced by delete_font_plotter().
| int s_font_plotter::flags |
Definition at line 52 of file fontplot.h.
Referenced by new_font_plotter().
| char* s_font_plotter::name |
Definition at line 51 of file fontplot.h.
Referenced by new_font_plotter().
| _fpmf_pixel_pos s_font_plotter::pixel_pos |
Definition at line 58 of file fontplot.h.
Referenced by atari_font_position().
| void* s_font_plotter::priv_data |
Definition at line 54 of file fontplot.h.
| _fpmf_str_split s_font_plotter::str_split |
Definition at line 57 of file fontplot.h.
Referenced by atari_font_split().
| _fpmf_str_width s_font_plotter::str_width |
Definition at line 56 of file fontplot.h.
Referenced by atari_font_width().
| _fpmf_text s_font_plotter::text |
Definition at line 59 of file fontplot.h.
Referenced by plot_text().
| int s_font_plotter::vdi_handle |
Definition at line 53 of file fontplot.h.
Referenced by new_font_plotter().