apply_style_ucs4 Interface

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

Arguments

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

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