[project @ 2005-11-20 20:16:08 by bursa]
Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880
This commit is contained in:
parent
1e675a1006
commit
4f56dac958
|
@ -33,9 +33,6 @@ static bool nsfont_exists(const char *font_family);
|
|||
static int nsfont_list_cmp(const void *keyval, const void *datum);
|
||||
static void nsfont_check_fonts(void);
|
||||
static void nsfont_init_menu(void);
|
||||
static void nsfont_read_style(const struct css_style *style,
|
||||
const char **font_family, unsigned int *font_size,
|
||||
rufl_style *font_style);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,8 +12,9 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include "oslib/osspriteop.h"
|
||||
#include "oslib/wimp.h"
|
||||
#include <oslib/osspriteop.h>
|
||||
#include <oslib/wimp.h>
|
||||
#include <rufl.h>
|
||||
#include "netsurf/utils/config.h"
|
||||
#include "netsurf/desktop/browser.h"
|
||||
#include "netsurf/desktop/netsurf.h"
|
||||
|
@ -239,6 +240,9 @@ bool ro_gui_print_keypress(wimp_key *key);
|
|||
void nsfont_init(void);
|
||||
bool nsfont_paint(struct css_style *style, const char *string,
|
||||
size_t length, int x, int y, float scale);
|
||||
void nsfont_read_style(const struct css_style *style,
|
||||
const char **font_family, unsigned int *font_size,
|
||||
rufl_style *font_style);
|
||||
|
||||
/* in plotters.c */
|
||||
extern const struct plotter_table ro_plotters;
|
||||
|
|
1217
riscos/save_draw.c
1217
riscos/save_draw.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue