[gtk-osx-users] Monospace font and underscore character
- From: Steffen Gutmann <muibase yahoo com>
- To: "gtk-osx-users-list gnome org" <gtk-osx-users-list gnome org>
- Subject: [gtk-osx-users] Monospace font and underscore character
- Date: Tue, 5 Mar 2013 23:06:15 -0800 (PST)
Here is another minor problem I have encountered.
When setting a monospace font on a GtkTextView object, i.e.:
PangoFontDescription *pfd = pango_font_description_new();
pango_font_description_set_family(pfd, "Monospace");
gtk_widget_modify_font(editor, pfd);
pango_font_description_free(pfd);
I get the desired monospace font (which is good for a program editor) but any underscore character '_'
becomes invisible, i.e. it is drawn like a space character.
Regards,
Steffen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]