Font constructor
Font()
Creates an new instances of Font.
Implementation
Font() {
size = 11;
name = 'Calibri';
underline = false;
bold = false;
italic = false;
color = 'FF000000';
}
Creates an new instances of Font.
Font() {
size = 11;
name = 'Calibri';
underline = false;
bold = false;
italic = false;
color = 'FF000000';
}