LINUX.ORG.RU

Python, tkFont - вывод -rfx-helvetica


0

0

Задача: надо средствами python-tk вывести текст шрифтом -rfx-helvetica-bold-r-normal--12-120-75-75-p-70-iso10646-1
Что для этого надо задать в качестве аргумента fn=tkFont.Font(family=...,size=12) ?

Для справки:
---
#!/usr/bin/python
import Tkinter,tkFont
wm = Tkinter.Tk()
print tkFont.families(wm)
---
$ ./getfonts.sh
('fangsong ti', 'fixed', 'clearlyu alternate glyphs', 'serenetypewriter', 'charter', 'lucidatypewriter', 'courier 10 pitch', 'lucidabright', 'times', 'open look glyph', 'bitstream charter', 'song ti', 'helvetica', 'open look cursor', 'newspaper', 'clearlyu ligature', 'mincho', 'clearlyu devangari extra', 'clearlyu pua', 'courier', 'clearlyu', 'serene', 'lucida', 'clean', 'nil', 'clearlyu arabic', 'clearlyu devanagari', 'terminal', 'symbol', 'gothic', 'new century schoolbook', 'clearlyu arabic extra')

★★★★★

family=-rfx-helvetica-bold-r-normal--12-120-75-75-p-70-iso10646-1
:)

<cite> 
-family name <skip/> The name may also be the name of a native, platform-specific font family; in that case it will work as desired on one platform but may not display correctly on other platforms
</cite>

MKuznetsov ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.