menu
custom_pdf_converter package
documentation
pdf.dart
PdfFontMetrics
toPdfRect method
toPdfRect method
dark_mode
light_mode
toPdfRect
method
PdfRect
toPdfRect
(
)
Get the bounding box
Implementation
PdfRect toPdfRect() => PdfRect.fromLTRB(left, top, right, bottom);
custom_pdf_converter package
documentation
pdf
PdfFontMetrics
toPdfRect method
PdfFontMetrics class