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 | |
const 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 107 of file font.c.
Referenced by ami_gui_splash_open().
ULONG ami_font_dpi_get_devicedpi | ( | void | ) |
Definition at line 38 of file font.c.
References ami_devicedpi, and ami_xdpi.
Referenced by ami_open_outline_font().
void ami_font_fini | ( | void | ) |
Definition at line 122 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 113 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 101 of file font.c.
Referenced by ami_gui_splash_open().
void ami_font_setdevicedpi | ( | int | id | ) |
Definition at line 48 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 162 of file font.c.
Referenced by ami_print(), and main().
const struct ami_font_functions* ami_nsfont |
Definition at line 58 of file font.h.
Referenced by ami_font_bullet_init(), ami_font_diskfont_init(), ami_font_position(), ami_font_split(), ami_font_width(), and ami_text().