|
|
|
<emit source="fonts"></emit>
Provided by module: Tags: RXML 2 tags
Prints available fonts. This plugin makes it easy to list all
available fonts in Roxen WebServer.
Attributes
- type="{ttf, all}"
-
Which font types to list. ttf means all true type fonts, whereas all
means all available fonts.
-
&_.copyright; (provided by Tags: RXML 2 tags)
Font copyright notice. Only available for true type fonts.
-
&_.expose; (provided by Tags: RXML 2 tags)
The preferred list name. Only available for true type fonts.
-
&_.family; (provided by Tags: RXML 2 tags)
The font family name. Only available for true type fonts.
-
&_.format; (provided by Tags: RXML 2 tags)
The format of the font file, e.g. ttf.
-
&_.full; (provided by Tags: RXML 2 tags)
The full name of the font. Only available for true type fonts.
-
&_.name; (provided by Tags: RXML 2 tags)
Returns a font identification name.
This example will print all available ttf fonts in gtext-style.
<emit source='fonts' type='ttf'>
<gtext font='&_.name;'>&_.expose;</gtext><br />
</emit> |
|
-
&_.path; (provided by Tags: RXML 2 tags)
The location of the font file.
-
&_.postscript; (provided by Tags: RXML 2 tags)
The fonts postscript identification. Only available for true type fonts.
-
&_.style; (provided by Tags: RXML 2 tags)
Font style type. Only available for true type fonts.
-
&_.trademark; (provided by Tags: RXML 2 tags)
Font trademark notice. Only available for true type fonts.
-
&_.version; (provided by Tags: RXML 2 tags)
The version of the font. Only available for true type fonts.
|
|