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