render_mixed_text Subroutine

public subroutine render_mixed_text(ctx, x, y, text, font_size)

PDF needs Unicode superscripts converted to mathtext for proper rendering

Arguments

Type IntentOptional Attributes Name
type(pdf_context_core), intent(inout) :: ctx
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: y
character(len=*), intent(in) :: text
real(kind=wp), intent(in), optional :: font_size