fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fortplot_pdf_text_metrics
Module
97 statements
Source File
fortplot_pdf_text_metrics.f90
fortplot_pdf_text_metrics
Contents
Functions
estimate_pdf_text_width
PDF text measurement helpers
Uses
iso_fortran_env
fortplot_text_layout
fortplot_pdf_core
fortplot_unicode
fortplot_mathtext
Functions
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)