<w:r> <w:rPr> <w:sz w:val="28"/> <!-- Half-points: 14pt = 28 --> </w:rPr> <w:t>14pt text</w:t> </w:r>
FontSize.configure({ resizable: false, cellMinWidth: 50 })
setFontSize
// Set to 14pt setFontSize('14pt') // Set to 18px setFontSize('18px') // Set without unit (uses default) setFontSize(16)
unsetFontSize
unsetFontSize()
FontSizeDefaults
Show Properties
FontSizeValue
Was this page helpful?