Skip to contents

Text to RTF Encode

Usage

rtf_text(
  text,
  font = 1,
  font_size = 12,
  format = NULL,
  color = NULL,
  background_color = NULL,
  text_convert = TRUE
)

Arguments

text

Plain text.

font

Text font type.

font_size

Text font size.

format

Text format.

color

Text color.

background_color

Text background color.

text_convert

A logical value to convert special characters.

Specification

The contents of this section are shown in PDF user manual only.