Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

alignment, allowOrphans, allowWidows, autoLeading, backColor, borderColor, borderRadius, borderWidth, borderpadding, bulletAnchor, bulletColor, bulletFontName, bulletFontSize, bulletIndent, bulletOffsetY, embeddedHyphenation, endDots, firstLineIndent, fontName, fontSize, hyphenationLang, hyphenationMinWordLength, hyphenationOverflow, justifyBreaks, justifyLastLine, leading, leftIndent, rightIndent, spaceAfter, spaceBefore, spaceShrinkage, splitLongWords, strikeColor, strikeGap, strikeOffset, strikeWidth, textColor, textTransform, underlineColor, underlineGap, underlineOffset, underlineWidth, uriWasteReduce, wordWrap

Code Block
#       < /b > - bold
#       < /i > - italics
#       < u [color="red"] [width="pts"] [offset="pts"]> < /u > - underline
#           width and offset can be empty meaning use existing canvas line width
#           or with an f/F suffix regarded as a fraction of the font size
#       < strike > < /strike > - strike through has the same parameters as underline
#       < super [size="pts"] [rise="pts"]> < /super > - superscript
#       < sup ="pts"] [rise="pts"]> < /sup > - superscript
#       < sub ="pts"] [rise="pts"]> < /sub > - subscript
#       <font name=fontfamily/fontname color=colorname size=float>
#        <span name=fontfamily/fontname color=colorname backcolor=colorname size=float style=stylename>
#       < bullet > </bullet> - bullet text (at head of para only)
#       <onDraw name=callable label="a label"/>
#       <index [name="callablecanvasattribute"] label="a label"/>
#       <link>link text</link>
#           attributes of links
#               size/fontSize/uwidth/uoffset=num
#               name/face/fontName=name
#               fg/textColor/color/ucolor=color
#               backcolor/backColor/bgcolor=color
#               dest/destination/target/href/link=target
#               underline=bool turn on underline
#       <a>anchor text</a>
#           attributes of anchors
#               fontSize=num
#               fontName=name
#               fg/textColor/color=color
#               backcolor/backColor/bgcolor=color
#               href=href
#       <a name="anchorpoint"/>
#       <unichar name="unicode character name"/>
#       <unichar value="unicode code point"/>
#       <img src="path" width="1in" height="1in" valign="bottom"/>
#               width="w%" --> fontSize*w/100   idea from Roberto Alsina
#               height="h%" --> linewidth*h/100 <ralsina@netmanagers.com.ar>
#       <greek> - </greek>
#       <nobr> ... </nobr> turn off word breaking and hyphenation
#
#       The whole may be surrounded by <para> </para> tags
#
# It will also be able to handle any MathML specified Greek characters.