Back to Devexpress

FontFormattingSettings Class

aspnet-js-fontformattingsettings.md

latest619 B
Original Source

FontFormattingSettings Class

Contains settings to define the font formatting.

Declaration

ts
declare class FontFormattingSettings

Remarks

The example below demonstrates how to change properties of all characters in the active sub-document:

javascript
richEdit.selection.selectAll();
richEdit.commands.changeFontFormatting.execute({bold: true, size: 25, foreColor: "#789"});

See Also

FontFormattingSettings Members