TExcelFont.ConvertFontStyle Method
Converts between a the Excel font styles and the font styles used in UI.
Syntax
Unit: FlexCel.Core
class function TExcelFont.ConvertFontStyle(const Fx: TFlxFont): Set of TUIFontStyle; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
Fx |
TFlxFont |
FlexCel font to convert. |
Returns
A similar FontStyle.
See also