PhraseExpander, when executing a phrase with rich formatting, creates an HTML version of it, specifically tailored to be used in web applications (or other applications like email clients that require HTML formatted phrases). You can customize how the HTML conversion is executed. The default settings will work in most scenarios.
Font family: determines if the font family information is inserted into the generated HTML
•Only if different from the default settings (default): the font family information will be set only if it's different from the the default value (specified in the Default font for rich text setting). If you don't specify a font, the default font of the target application will be used. If you choose a specific font, that information will be included in the HTML. This setting shall work in most scenarios. •Always: the font family information is always inserted. •Never: the font family information is always stripped out of the generated HTML.
Font size: determines if the font size information is inserted into the generated HTML
•Only if different from the default settings (default): the font size information will be set only if it's different from the the default value (specified in the Default font for rich text setting). If you don't change the size of the text, the default font size of the target application will be used. If the font size differs from the default one, that information will be included in the HTML. This setting shall work in most scenarios. •Always: the font size information is always inserted. •Never: the font size information is always stripped out of the generated HTML. |