stringSize method
Calculate the unit size of this string
Implementation
@Deprecated('Use stringMetrics(s).size instead.')
PdfPoint stringSize(String s) => stringMetrics(s).size;
Calculate the unit size of this string
@Deprecated('Use stringMetrics(s).size instead.')
PdfPoint stringSize(String s) => stringMetrics(s).size;