Elementname: Fontface

Description

Switch to another font family.

Allowed attributes: fontfamily

Child elements: A, Action, B, Br, Fontface, ForAll, HSpace, I, Image, Loop, Sub, Sup, Switch, U, URL, Value

Parent elements: Case, ForAll, Loop, Otherwise, U, URL, Until, While

Attributes

fontfamily (string)

The name of the font family to switch to.

Example

<Record element="...">
  <PlaceObject column="1">
    <Textblock width="20">
      <Paragraph fontface="large">
        <Value>large</Value>
        <Fontface fontfamily="text">
          <Value>regular</Value><B><Value>bold</Value></B>
        </Fontface>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</Record>

See also

Paragraph, I, B

Commands

Version: 2.0.0 | Start page | Command reference | Other languages: German