dm_roff_s Function

public pure function dm_roff_s(n, text, rel) result(roff)

Returns escape sequence to change type size. Argument n must be single digit. The result is not new-line terminated!

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

Absolute or relative size [pt].

character(len=*), intent(in) :: text

Text.

character(len=1), intent(in), optional :: rel

+ or -.

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_s~~CallsGraph proc~dm_roff_s dm_roff_s interface~dm_itoa dm_itoa proc~dm_roff_s->interface~dm_itoa interface~dm_present dm_present proc~dm_roff_s->interface~dm_present