|
NetSurf
|
#include "netsurf/plotters.h"#include "utils/errors.h"#include <graphics/rastport.h>#include <graphics/text.h>Go to the source code of this file.
Data Structures | |
| struct | ami_font_functions |
Functions | |
| void | ami_font_init (void) |
| void | ami_font_fini (void) |
| void | ami_font_setdevicedpi (int id) |
| ULONG | ami_font_dpi_get_devicedpi (void) |
| ULONG | ami_font_dpi_get_xdpi (void) |
| struct TextFont * | ami_font_open_disk_font (struct TextAttr *tattr) |
| void | ami_font_close_disk_font (struct TextFont *tfont) |
Variables | |
| struct ami_font_functions * | ami_nsfont |
| struct gui_layout_table * | ami_layout_table |
| void ami_font_close_disk_font | ( | struct TextFont * | tfont | ) |
Definition at line 109 of file font.c.
Referenced by ami_gui_splash_open().
| ULONG ami_font_dpi_get_devicedpi | ( | void | ) |
Definition at line 40 of file font.c.
References ami_devicedpi, and ami_xdpi.
Referenced by ami_open_outline_font().
| void ami_font_fini | ( | void | ) |
Definition at line 124 of file font.c.
References ami_font_bullet_fini(), ami_font_diskfont_fini(), and nsoption_bool.
Referenced by ami_gui_opts_use(), and gui_quit().
| void ami_font_init | ( | void | ) |
Definition at line 115 of file font.c.
References ami_font_bullet_init(), ami_font_diskfont_init(), and nsoption_bool.
Referenced by ami_gui_opts_use(), and main().
| struct TextFont * ami_font_open_disk_font | ( | struct TextAttr * | tattr | ) |
Definition at line 103 of file font.c.
Referenced by ami_gui_splash_open().
| void ami_font_setdevicedpi | ( | int | id | ) |
Definition at line 50 of file font.c.
References ami_devicedpi, ami_xdpi, browser_set_dpi(), NSLOG, nsoption_bool, nsoption_int, and nsoption_set_int.
Referenced by ami_gui_opts_use(), ami_openscreen(), and main().
|
extern |
Definition at line 164 of file font.c.
Referenced by ami_print(), and main().
|
extern |
Definition at line 38 of file font.c.
Referenced by ami_font_bullet_init(), ami_font_diskfont_init(), ami_font_position(), ami_font_split(), ami_font_width(), and ami_text().