ZVON
>
References
>
Zvon Example Repository
Intro
/
Search
/
ZVON
Example repository:
index
|
categories
|
search
All
>
XSL FO
>
Fonts
> Setting font size
|
PDF document
Set font size using the
font-size
.
Source
<
fo:root
xmlns:fo="
http://www.w3.org/1999/XSL/Format
" >
<
fo:layout-master-set
>
<
fo:simple-page-master
master-name
="simple">
<
fo:region-body
/>
</
fo:simple-page-master
>
</
fo:layout-master-set
>
<
fo:page-sequence
master-reference
="simple">
<
fo:flow
flow-name
="xsl-region-body">
<
fo:block
font-size
="24pt">24pt font text encloses
<
fo:inline
font-size
="10pt">10pt font</
fo:inline
> text.
</
fo:block
>
</
fo:flow
>
</
fo:page-sequence
>
</
fo:root
>