summaryrefslogtreecommitdiff
path: root/beos/beos_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_font.h')
-rw-r--r--beos/beos_font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/beos/beos_font.h b/beos/beos_font.h
index e6aa39337..2dab57e3d 100644
--- a/beos/beos_font.h
+++ b/beos/beos_font.h
@@ -28,3 +28,6 @@ struct css_style;
bool nsfont_paint(const struct css_style *style,
const char *string, size_t length,
int x, int y, colour bg, colour c);
+
+void nsbeos_style_to_font(BFont &font,
+ const struct css_style *style);