Version 5.5.8

Fontface

Switch to another font family.

Child elements

A , B , Barcode , Br , Clip , Color , Fontface , ForAll , Frame , HSpace , I , Image , Loop , NoBreak , Span , Sub , Sup , Switch , U , URL , Value

Parent elements

A , B , Case , Color , Fontface , ForAll , I , Li , Loop , NoBreak , Otherwise , Paragraph , Span , U , URL , Until , While

Attributes

fontfamily (text)
The name of the font family to switch to.

Example

<Record element="...">
  <PlaceObject>
    <Textblock>
      <Paragraph fontfamily="large">
        <Value>large</Value>
        <Fontface fontfamily="text">
          <Value>regular</Value><B><Value>bold</Value></B>
        </Fontface>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</Record>