<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:set="http://exslt.org/sets" xmlns:date="http://exslt.org/dates-and-times" xmlns:rx="http://www.renderx.com/XSL/Extensions" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master page-height="8.5in" page-width="5.5in" margin-top=".5in" margin-bottom=".5in" margin-left=".5in" margin-right=".5in" master-name="All">
<fo:region-body margin-top=".375in" region-name="xsl-region-body"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence language="en" hyphenate="true" master-reference="All">
<fo:flow font-family="Times" flow-name="xsl-region-body">
<fo:block>Condensed (shifted to left, more with more word spaces):</fo:block>
<fo:block text-align="center" text-transform="uppercase" hyphenate="false" word-spacing=".5em" space-after.optimum="14pt" space-before.optimum="14pt" font-stretch="condensed" font-size="24pt">Gargantuan Mountains</fo:block>
<fo:block text-align="center" text-transform="uppercase" hyphenate="false" word-spacing=".5em" space-after.optimum="14pt" space-before.optimum="14pt" font-stretch="condensed" font-size="24pt">A Big Sky Is It Also</fo:block>
<fo:block>Normal:</fo:block>
<fo:block text-align="center" text-transform="uppercase" hyphenate="false" word-spacing=".5em" space-after.optimum="14pt" space-before.optimum="14pt" font-stretch="normal" font-size="24pt">Some Normal Text</fo:block>
<fo:block>Expanded (shifted to right, more with more word spaces):</fo:block>
<fo:block text-align="center" text-transform="uppercase" hyphenate="false" word-spacing=".5em" space-after.optimum="14pt" space-before.optimum="14pt" font-stretch="expanded" font-size="24pt">Gargantuan Mountains</fo:block>
<fo:block text-align="center" text-transform="uppercase" hyphenate="false" word-spacing=".5em" space-after.optimum="14pt" space-before.optimum="14pt" font-stretch="expanded" font-size="24pt">A Big Sky Is It Also</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>

