| ZVON > Graphotron > Graphotron daVinci |
| Intro / Search / ZVON |
| | graphotron | >> daVinci << | vcg | dot | tutorial | download | about | |
| Namespace: | http://zvon.org/graphotron/daVinci |
| Element: | FONTSTYLE |
| Description: | visualizes the text of a node in a different font (see FONTFAMILY as well) |
| Values: |
normal
bold
italic
bold_italic
|

|
XML Source
<source> <normal/> <bold/> <italic/> <bold_italic/> </source> |
Graphotron Source
<graphotron xmlns:daVinci="http://zvon.org/graphotron/daVinci" xmlns="http://zvon.org/graphotron" > <vertex match="/*/normal"> <name select="name()"/> <daVinci:FONTSTYLE>normal</daVinci:FONTSTYLE> </vertex> <vertex match="/*/bold"> <name select="name()"/> <daVinci:FONTSTYLE>bold</daVinci:FONTSTYLE> </vertex> <vertex match="/*/italic"> <name select="name()"/> <daVinci:FONTSTYLE>italic</daVinci:FONTSTYLE> </vertex> <vertex match="/*/bold_italic"> <name select="name()"/> <daVinci:FONTSTYLE>bold_italic</daVinci:FONTSTYLE> </vertex> </graphotron> |