summaryrefslogtreecommitdiff
path: root/beos/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/font.cpp')
-rw-r--r--beos/font.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/beos/font.cpp b/beos/font.cpp
index 5b3ef8bce..ba6803f53 100644
--- a/beos/font.cpp
+++ b/beos/font.cpp
@@ -288,10 +288,9 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
/**
* Convert a font style to a PangoFontDescription.
*
- * \param fstyle style for this text
- * \return a new Pango font description
+ * \param font Beos font object.
+ * \param fstyle style for this text
*/
-
void nsbeos_style_to_font(BFont &font, const plot_font_style_t *fstyle)
{
float size;