The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#include "gnomeprintperl.h"

MODULE = Gnome2::Print::FontPreview PACKAGE = Gnome2::Print::FontPreview PREFIX = gnome_font_preview_


GtkWidget *
gnome_font_preview_new (SV * class)
    C_ARGS:
    	/* void */

void
gnome_font_preview_set_phrase (preview, phrase)
	GnomeFontPreview	* preview
	const guchar 		* phrase

void
gnome_font_preview_set_font (preview, font)
	GnomeFontPreview 	* preview
	GnomeFont 		* font

void
gnome_font_preview_set_color (preview, color)
	GnomeFontPreview 	* preview
	guint32 		color