Fwd: Why Ultra-Condensed, Normal and ultra-expanded have very small differences?
- From: "Vitaly V. Ch" <vitaly v ch gmail com>
- To: gtk-i18n-list gnome org
- Subject: Fwd: Why Ultra-Condensed, Normal and ultra-expanded have very small differences?
- Date: Tue, 16 Mar 2010 16:40:14 +0200
Hi all!
I set font i following way:
PangoFontDescription *pfd = pango_font_description_new();
pango_font_description_set_family_static (pfd, "Courier");
pango_font_description_set_size (pfd, size);
pango_font_description_set_weight (pfd,weight);
pango_font_description_set_style (pfd,PANGO_STYLE_NORMAL);
pango_font_description_set_stretch(pfd, stretch);
pango_layout_set_font_description (pl, pfd);
according my measuring differences between Ultra-Condensed and
ultra-expanded is only 25% but I expect at least 200%.
\\wbr Vitaly Chernookiy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]