fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
estimate_pdf_text_width
Function
12 statements
Source File
fortplot_pdf_text_metrics.f90
fortplot_pdf_text_metrics
estimate_pdf_text_width
Contents
public function estimate_pdf_text_width(text, font_size) result(width)
Estimate rendered width (in PDF points) of a text string
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
text
real(kind=wp),
intent(in),
optional
::
font_size
Return Value
real(kind=wp)