powered by
This is a collection of functions to allow styling of text
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)
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)
A list of txt with style attributes
The text to styl
A grid::gpar() style to apply
grid::gpar()
fp_txt_italic("Italic text")
Run the code above in your browser using DataLab