NetSurf
Data Fields
s_font_driver_table_entry Struct Reference

#include <fontplot.h>

Data Fields

const char * name
 
int(* ctor )(FONT_PLOTTER self)
 
int flags
 

Detailed Description

Definition at line 24 of file fontplot.h.

Field Documentation

◆ ctor

int(* s_font_driver_table_entry::ctor) (FONT_PLOTTER self)

Definition at line 27 of file fontplot.h.

Referenced by new_font_plotter().

◆ flags

int s_font_driver_table_entry::flags

Definition at line 28 of file fontplot.h.

Referenced by dump_font_drivers(), and new_font_plotter().

◆ name

const char* s_font_driver_table_entry::name

Definition at line 26 of file fontplot.h.

Referenced by dump_font_drivers(), and new_font_plotter().


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