1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-fontSizeLookupTables.R
\docType{data}
\name{openxlsxFontSizeLookupTable}
\alias{openxlsxFontSizeLookupTable}
\alias{openxlsxFontSizeLookupTableBold}
\title{Font Size Lookup tables}
\format{
A data.frame with column names corresponding to font names
}
\usage{
openxlsxFontSizeLookupTable
openxlsxFontSizeLookupTableBold
}
\description{
Lookup tables for font size
}
\examples{
data(openxlsxFontSizeLookupTable)
data(openxlsxFontSizeLookupTableBold)
}
\keyword{datasets}
|