fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
calculate_text_width_with_size_internal
Function
38 statements
Source File
fortplot_text_layout.f90
fortplot_text_layout
calculate_text_width_with_size_internal
Contents
public function calculate_text_width_with_size_internal(text, pixel_height) result(width)
Internal text width calculation to avoid circular dependencies
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
text
real(kind=wp),
intent(in)
::
pixel_height
Return Value
integer