RtfDocument

constructor(blocks: List<RtfBlock>, defaultFont: RtfFont, defaultFontSizeHalfPoints: Int = 24, info: RtfInfo? = null, generator: String? = null, codePage: Int = 1252, defaultLanguage: Int = 1033)(source)

Parameters

defaultFont

the \deff0 body font; always font index 0 in the table.

defaultFontSizeHalfPoints

the document \fsN default in half-points (24 = 12pt).

codePage

the \ansicpgN code page (cosmetic — output is 7-bit ASCII with \uN escapes).

defaultLanguage

the \deflangN language id.