| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/lib-tk/ |
Upload File : |
ó
ÿ–|_c @ sÎ d Z d d l Z d Z d Z d Z d Z d „ Z d d d „ ƒ YZ d d
„ Z d d „ Z
e d k rÊe j ƒ Z
e d
d d d d e ƒ Z e j ƒ GHe j d
ƒ GHe j d ƒ GHe j ƒ GHe j d
ƒ GHe j d ƒ GHe
ƒ GHe j d ƒ Ge j d ƒ GHe j ƒ GHe d d ƒ Z e j d ƒ Ge j d ƒ GHe j e
d d d e ƒZ e j ƒ e j e
d d d e
j ƒZ e j ƒ e d e d ƒ j ƒ Z e j d e ƒ e j d e ƒ e j ƒ n d S( s 0.9iÿÿÿÿNt normalt romant boldt italicc C s t d | d t ƒ S( sF Given the name of a tk named font, returns a Font representation.
t namet exists( t Fontt True( R ( ( s# /usr/lib/python2.7/lib-tk/tkFont.pyt
nametofont s R c B sª e Z d Z d „ Z d „ Z d „ Z d d d e d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
d
„ Z d d „ Z d „ Z d
„ Z e Z d „ Z d „ Z RS( sö Represents a named font.
Constructor options are:
font -- font specifier (name, system font, or (family, size, style)-tuple)
name -- name to use for this font configuration (defaults to a unique name)
exists -- does a named font by this name already exist?
Creates a new named font if False, points to the existing font if True.
Raises _Tkinter.TclError if the assertion is false.
the following are ignored if font is specified:
family -- font 'family', e.g. Courier, Times, Helvetica
size -- font size in points
weight -- font thickness: NORMAL, BOLD
slant -- font slant: ROMAN, ITALIC
underline -- font underlining: false (0), true (1)
overstrike -- font strikeout: false (0), true (1)
c C sQ g } x>