NetSurf
Data Fields
s_font_plotter Struct Reference

#include <fontplot.h>

Collaboration diagram for s_font_plotter:
[legend]

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
 

Detailed Description

Definition at line 49 of file fontplot.h.

Field Documentation

◆ draw_glyph

_fpmf_draw_glyph s_font_plotter::draw_glyph

Definition at line 60 of file fontplot.h.

◆ dtor

_fpmf_dtor s_font_plotter::dtor

Definition at line 61 of file fontplot.h.

Referenced by delete_font_plotter().

◆ flags

int s_font_plotter::flags

Definition at line 52 of file fontplot.h.

Referenced by new_font_plotter().

◆ name

char* s_font_plotter::name

Definition at line 51 of file fontplot.h.

Referenced by new_font_plotter().

◆ pixel_pos

_fpmf_pixel_pos s_font_plotter::pixel_pos

Definition at line 58 of file fontplot.h.

Referenced by atari_font_position().

◆ priv_data

void* s_font_plotter::priv_data

Definition at line 54 of file fontplot.h.

◆ str_split

_fpmf_str_split s_font_plotter::str_split

Definition at line 57 of file fontplot.h.

Referenced by atari_font_split().

◆ str_width

_fpmf_str_width s_font_plotter::str_width

Definition at line 56 of file fontplot.h.

Referenced by atari_font_width().

◆ text

_fpmf_text s_font_plotter::text

Definition at line 59 of file fontplot.h.

Referenced by plot_text().

◆ vdi_handle

int s_font_plotter::vdi_handle

Definition at line 53 of file fontplot.h.

Referenced by new_font_plotter().


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