RoxenCMS 5.4Web Developer ManualEmit Tags

   

<emit>
<emit ac-identities>
<emit ac-identity-data>
<emit ac-identity-extras>
<emit ac-permissions>
<emit ac-zones>
<emit atlas>
<emit authors>
<emit captcha>
<emit category>
<emit category-document>
<emit cimg>
<emit dir>
<emit dir>(SB)
<emit event>
<emit event-dates>
<emit event-locations>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit poll>
<emit sb-dir>
<emit sb-file-languages>
<emit sb-languages>
<emit sb-log>
<emit sb-referring-pages>
<emit sb-search>
<emit sb-stationeries>
<emit sb-wizard>
<emit search-database-profiles>
<emit scopes>
<emit site-news>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit workflow>
<emit ws-dir>
<emit xml-db>

<emit source="fonts"></emit>

Provided by module: Tags: RXML 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 tags)

Font copyright notice. Only available for true type fonts.


&_.expose; (provided by Tags: RXML tags)

The preferred list name. Only available for true type fonts.


&_.family; (provided by Tags: RXML tags)

The font family name. Only available for true type fonts.


&_.format; (provided by Tags: RXML tags)

The format of the font file, e.g. ttf.


&_.full; (provided by Tags: RXML tags)

The full name of the font. Only available for true type fonts.


&_.name; (provided by Tags: RXML 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 tags)

The location of the font file.


&_.postscript; (provided by Tags: RXML tags)

The fonts postscript identification. Only available for true type fonts.


&_.style; (provided by Tags: RXML tags)

Font style type. Only available for true type fonts.


&_.trademark; (provided by Tags: RXML tags)

Font trademark notice. Only available for true type fonts.


&_.version; (provided by Tags: RXML tags)

The version of the font. Only available for true type fonts.