Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
3
Neb�A ã @ sú d Z dZdZdd lmZ dd
lmZmZ ddlm Z ddl
mZm
ZmZmZmZmZmZmZmZmZmZ m!Z"m#Z$ e ed
dƒZ%e edd
ƒZ&e ed
d
ƒZ'G dd„ dƒZ(G dd„ de(ƒZ)G dd„ de(ƒZ*G dd„ de(ƒZ+e,ƒ Z-G dd„ dƒZ.dd„ Z/dd„ Z0dS )z3.3.0a› Classes for ParagraphStyle and similar things.
A style is a collection of attributes, but with some extra features
to allow 'inheritance' from a parent, and to ensure nobody makes
changes after construction.
ParagraphStyle shows all the attributes available for formatting
paragraphs.
getSampleStyleSheet() returns a stylesheet you can use for initial
development, with a few basic heading and text styles.
ÚPropertySetÚParagraphStyleÚ LineStyleÚ ListStyleÚStyleSheet1ÚgetSampleStyleSheeté )Úblack)ÚTA_LEFTÚ TA_CENTER)Útt2ps)
Úcanvas_basefontnameÚunderlineWidthÚunderlineOffsetÚunderlineGapÚstrikeWidthÚstrikeOffsetÚ strikeGapÚspaceShrinkageÚplatypus_link_underlineÚhyphenationLangÚhyphenationMinWordLengthÚuriWasteReduceÚembeddedHyphenationé c @ sF e Zd Zi Zddd„Zdd„ Zdd„ Zdd „ Zddd„Zdd
d„Z dS )r Nc K s~ d| j kstdƒ‚d| j ks$tdƒ‚|rL|j| jksLtd|jj| jjf ƒ‚|| _|| _| jj| j ƒ | jƒ | j f |Ž dS )zÎWhen initialized, it copies the class defaults;
then takes a copy of the attributes of the parent
if any. All the work is done in init - styles
should cost little to use at runtime.Únamez1Class Defaults may not contain a 'name' attributeÚparentz3Class Defaults may not contain a 'parent' attributez4Parent style %s must have same class as new style %sN)
ÚdefaultsÚAssertionErrorÚ __class__Ú__name__r r Ú__dict__ÚupdateÚrefreshÚ_setKwds)Úselfr r Úkw© r&