FONTSIZES
Table of Contents
Functions
- sizes() : mixed
- Set and get the rFonts array and the current font.
- writeSize() : void
- Convert font size to DOCX (in span and p tags as "style=font-size: xxpt;") and write XML
Functions
sizes()
Set and get the rFonts array and the current font.
sizes(string $method[, XMLWriter $xml = NULL ][, string $size = '' ]) : mixed
Parameters
- $method : string
- $xml : XMLWriter = NULL
-
Default NULL
- $size : string = ''
-
Default ''
writeSize()
Convert font size to DOCX (in span and p tags as "style=font-size: xxpt;") and write XML
writeSize(XMLWriter $xml, string $size) : void
Parameters
- $xml : XMLWriter
-
Default NULL
- $size : string