FontAwesome will now work in iOS buttons, being bold will fallback to Helvetica

This commit is contained in:
Panayot Cankov
2017-03-15 13:57:27 +02:00
parent 7b5ef052fd
commit 01368d4bb5
3 changed files with 37 additions and 44 deletions

View File

@@ -8,38 +8,38 @@
<Label text="&#xf0a1;" class="font-awesome" fontFamily="FontAwesome" fontSize="42em" />
<Button text="TAP" tap="onTap">
<FormattedString>
<Span text="&#xf0a1;" class="font-awesome" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="font-awesome" fontAttributes="Bold"></Span>
<Span text="&#xf0a1;" class="font-awesome" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="font-awesome" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Button text="TAP" tap="onTap" class="">
<FormattedString>
<Span text="&#xf1ec;" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="some text" fontAttributes="Bold"></Span>
<Span text="&#xf1ec;" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="some text" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Button text="TAP" tap="onTap" class="">
<FormattedString>
<Span text="&#xf017;" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="some text" fontAttributes="Bold"></Span>
<Span text="&#xf017;" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="some text" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Button text="TAP" tap="onTap" class="">
<FormattedString>
<Span text="&#xf1b9;" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="some text" fontAttributes="Bold"></Span>
<Span text="&#xf1b9;" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="some text" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Button text="TAP" tap="onTap" class="">
<FormattedString>
<Span text="&#xf075;" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="some text" fontAttributes="Bold"></Span>
<Span text="&#xf075;" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="some text" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Button text="TAP" tap="onTap" class="">
<FormattedString>
<Span text="&#xf05a;" fontFamily="FontAwesome" fontSize="42em" foregroundColor="white" fontAttributes="Bold"></Span>
<Span text="some text" fontAttributes="Bold"></Span>
<Span text="&#xf05a;" fontFamily="FontAwesome" fontSize="42em" color="white"></Span>
<Span text="some text" fontWeight="bold"></Span>
</FormattedString>
</Button>
<Label text="{{ message }}" class="h2 text-center" textWrap="true"/>