Skip to content

Tag Definition: blockFont

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

leading

implied

None

name

required

None

size

implied

None

start

implied

None

stop

implied

None

Can contain
EMPTY

Purpose

Sets the font to be used in our table. This includes font size, leading and you can specify which cells with start and stop.

Check out our docs page on how this works in the open source for reference.

Example usage

<stylesheet>
    <blockTableStyle id="table1" spaceAfter="0.5 cm">
        <blockFont name="Helvetica" size="16" leading="17.5"/>
    </blockTableStyle>
</stylesheet>
<story>
    <blockTable style="table1">
        <tr><td>Table style example</td></tr>
        <tr><td>Table style example</td></tr>
    </blockTable>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <stylesheet> ➔ <blockTableStyle> ➔ <blockFont>