dm_roff_m Function

public pure function dm_roff_m(ident, text) result(roff)

Returns escape sequence to change stroke colour of text to identifier ident. The identifier has to be defined with dm_roff_defcolor() beforehand. The result is not new-line terminated!

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: ident

Colour identifier.

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

Text.

Return Value character(len=:), allocatable

Output string.