NetSurf
|
Interface to GTK layout handling using pango. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
nserror | nsfont_paint (int x, int y, const char *string, size_t length, const struct plot_font_style *fstyle) |
PangoFontDescription * | nsfont_style_to_description (const struct plot_font_style *fstyle) |
Convert a plot style to a PangoFontDescription. More... | |
Variables | |
struct gui_layout_table * | nsgtk_layout_table |
Interface to GTK layout handling using pango.
Definition in file layout_pango.h.
nserror nsfont_paint | ( | int | x, |
int | y, | ||
const char * | string, | ||
size_t | length, | ||
const struct plot_font_style * | fstyle | ||
) |
PangoFontDescription * nsfont_style_to_description | ( | const struct plot_font_style * | fstyle | ) |
Convert a plot style to a PangoFontDescription.
fstyle | plot style for this text |
|
extern |
Definition at line 317 of file layout_pango.c.
Referenced by gtk_print_signal_begin_print(), main(), and print_button_clicked_cb().