23#ifndef _NETSURF_RISCOS_FONT_H_
24#define _NETSURF_RISCOS_FONT_H_
40 size_t length,
int x,
int y);
42 const char **font_family,
unsigned int *font_size,
43 rufl_style *font_style);
bool nsfont_paint(const plot_font_style_t *fstyle, const char *string, size_t length, int x, int y)
Render a string.
void nsfont_read_style(const struct plot_font_style *fstyle, const char **font_family, unsigned int *font_size, rufl_style *font_style)
void nsfont_init(void)
Initialize font handling.
char ro_gui_desktop_font_family[]
desktop font, size and style being used
void ro_gui_wimp_get_desktop_font(void)
Retrieve the current desktop font family, size and style from the WindowManager in a form suitable fo...
rufl_style ro_gui_desktop_font_style
const char * nsfont_fallback_font(void)
Retrieve the fallback font name.
int ro_gui_desktop_font_size
bool nsfont_exists(const char *font_family)
Check if a font family is available.
struct gui_layout_table * riscos_layout_table