docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 6.1Web Developer ManualEmit Tags
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<emit>
<emit atlas>
<emit captcha>
<emit cimg>
<emit dir>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit scopes>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<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.