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)
A list of txt with style attributes
The text to styl
A grid::gpar()
style to apply