Re: gnome goals for 3.6
- From: Olav Vitters <olav vitters nl>
- To: Daniel Mustieles García <daniel mustieles gmail com>
- Cc: gnome-i18n gnome org, desktop-devel-list gnome org
- Subject: Re: gnome goals for 3.6
- Date: Mon, 17 Dec 2012 11:06:23 +0100
On Mon, Dec 17, 2012 at 10:44:32AM +0100, Daniel Mustieles García wrote:
> Just a quick question about this topic.
>
> Which is the attribute equivalent to "<small>"? I'm migrating
> gnome-terminal and I need to change this value.
$ python
Python 2.7.3 (default, Aug 5 2012, 23:17:03)
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pango
>>> pango.SCALE_
pango.SCALE_LARGE pango.SCALE_SMALL pango.SCALE_XX_SMALL
pango.SCALE_X_SMALL
pango.SCALE_MEDIUM pango.SCALE_XX_LARGE pango.SCALE_X_LARGE
>>> pango.SCALE_LARGE
1.2
>>> pango.SCALE_SMALL
0.8333333333333
--
Regards,
Olav
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]