FONTSTYLE
Overview
The FONTSTYLE
and ISMFontStyle
components provide constants for defining font styles in Servoy, such as PLAIN
, BOLD
, ITALIC
, and BOLD_ITALIC
. These constants enable developers to customize text appearance in forms and components, streamlining font style management in scripting.
Constants Summarized
Type
Name
Summary
Bold font style.
Bold and italic font style.
Italic font style.
Plain(normal) font style.
Constants Detailed
BOLD
Bold font style.
Type Number
Sample
BOLD_ITALIC
Bold and italic font style.
Type Number
Sample
ITALIC
Italic font style.
Type Number
Sample
PLAIN
Plain(normal) font style.
Type Number
Sample
Last updated