Enum MBIconFAStyle
Sets the Font Awesome style.
See FAFoundry(MBIconFAStyle?, MBIconFARelativeSize?), Icon_FA and IconFoundryFA
MBCascadingDefaults has a default of Solid (all other styles except Brands require a paid-for Font Awesome PRO licence)
public enum MBIconFAStyle
Fields
Brands = 4
Brands style,
class="fab ..."
.Duotone = 3
Duotone style,
class="fad ..."
. Requires a paid-for Font Awesome PRO licence.Light = 2
Light style,
class="fal ..."
. Requires a paid-for Font Awesome PRO licence.Regular = 1
Regular style,
class="far ..."
. Requires a paid-for Font Awesome PRO licence.Solid = 0
Solid style,
class="fas ..."
. This is the MBCascadingDefaults default.