Readonly
extendNot rendered by Excel or SheetXL.
Readonly
familyThis can be set as a string using html values such as 'Arial 11pt' but will be resolved to a single font. Fallbacks and fontSize will be marshalled into their correct property.
Readonly
familyA list of fonts and their fallbacks. These can also be provided in the fontFamily attribute but will be normalized to here.
Readonly
fillThe text color.
Currently only solid fill is supported but this will be expanded to allow all fill types similar to DrawML. TODO - allow this to be any fill style like DrawML
Readonly
isIFontReadonly
letterAdds or removes additional spacing between the characters.
Readonly
outlineThe effect draws the text as an outline.
Not rendered by Excel or SheetXL.
Readonly
schemeDefines the font scheme to use.
FontScheme.Minor
Readonly
shadowThe effect draws a shadow around the text.
Not rendered by Excel or SheetXL.
Readonly
sizeFont size is either a number in points or a string that can be converted such as '14px', '1.5em'.
Readonly
strikeThe effect draws the text with a line through it.
Readonly
stylenormal
Readonly
verticalIf the VerticalTextAlign is superscript or subscript then the font size should also render smaller.
Readonly
weightThe weight of the characters.
700 or above is considered bold.
Compare against another font to see if they will have the same font measure This is used to optimize updates by not re-calcing the width/height
The effect extends or stretches out the text.