calculate_text_width_with_size_internal Function

public function calculate_text_width_with_size_internal(text, pixel_height) result(width)

Internal text width calculation to avoid circular dependencies

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: text
real(kind=wp), intent(in) :: pixel_height

Return Value integer