stringSize method

  1. @Deprecated('Use stringMetrics(s).size instead.')
PdfPoint stringSize(
  1. String s
)

Calculate the unit size of this string

Implementation

@Deprecated('Use stringMetrics(s).size instead.')
PdfPoint stringSize(String s) => stringMetrics(s).size;