RtfFont

constructor(name: String, family: RtfFontFamily = RtfFontFamily.Nil, charset: Int = 0)(source)

Parameters

name

the font face name as it appears in the font table (e.g. Georgia).

family

the RTF family class; readers fall back to it when the named face is unavailable.

charset

the \fcharsetN value; 0 is the default ANSI charset.