text_styling: Text styling

fp_txt_italicR Documentation

Text styling

Description

This is a collection of functions to allow styling of text

Usage

fp_txt_italic(txt)

fp_txt_bold(txt)

fp_txt_plain(txt)

fp_txt_gp(txt, gp)

fp_align_left(txt)

fp_align_center(txt)

fp_align_right(txt)

Arguments

txt

The text to styl

gp

A grid::gpar() style to apply

Value

A list of txt with style attributes

Examples

fp_txt_italic("Italic text")

gforge/forestplot documentation built on Aug. 30, 2023, 7:40 a.m.