apply_style_ascii Interface

interface
public pure module function apply_style_ascii(text, style) result(styled_text)

Arguments

Type IntentOptional Attributes Name
character(kind=ascii, len=*), intent(in) :: text
type(AnsiCode), intent(in) :: style

Return Value character(kind=ascii,len=:),allocatable