Gets or sets the font.
PdfFont? get font => _helper.font;
set font(PdfFont? value) { if (value != null) { _helper.font = value; } }