Base class for all the font and phrase control tags.
Class FontControl( type, [text] ) from \
BaseDom(( type, ContentModel.inline, AllAttribs))
| type | The type of node (a valid HTML font/text control inline tag). |
| text | An optional text to add immediately to this node. |
| Properties | |
| text |
| Properties inherited from class BaseDom | |
| childTypeList | |
| children | |
| eattr | |
| hname | |
| parent | |
| profile | Meta-profiles. |
| text | |
| Methods inherited from class BaseDom | |
| render | |
| st_makesep | |