Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Apache Flex 4.14.0
-
None
Description
From my point of view the power of vector icons is to simply get them in various sizes.
Currently the possible sizes are hardcoded so we have to modify the ButtonIconSkin to get custom sizes.
Much more comfortable would be to access a new property 'iconFontSize' directly:
mxml:
<ButtonIcon label="Show" iconFontSize="36" iconFont="{AwesomeUtils.fa_eye}" skinClass="ButtonIconSkin" />
I'll attach the improved files that provide this feature.