Fontfamily
- From: Bernd Demian <Bernd Demian csc-dd de>
- To: GTKAppDevel <gtk-app-devel-list gnome org>
- Subject: Fontfamily
- Date: Thu, 02 Jul 2009 15:13:25 +0200
Hallo,
After select a font with gtk_font_selection_dialog I must now, if the
font is monospace.
PangoFontDescription *desc =
pango_font_description_from_string(font_string);
const gchar *familie = pango_font_description_get_family(desc);
if(!pango_font_family_is_monospace(??????))
....
But I can't get no the PangoFontFamily, has anybody a idea to get the
family object?
Thanks Bernd
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]