render_mixed_font_at_position Subroutine

public subroutine render_mixed_font_at_position(this, x, y, text, font_size)

Render text with mixed fonts at specific position and size

Arguments

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