PdfFont.times constructor

PdfFont.times(
  1. PdfDocument pdfDocument
)

Serif typeface commissioned by the British newspaper The Times

Implementation

factory PdfFont.times(PdfDocument pdfDocument) {
  return PdfType1Font.create(
      pdfDocument, 'Times-Roman', 0.898, -0.218, timesWidths);
}