kudakurage / LigatureSymbols

Ligature Symbols is WebFont project to display the symbol with a ligature features. This Font is licensed under the SIL Open Font License.
http://kudakurage.com/ligature_symbols/
271 stars 17 forks source link

Won't work in Windows Phone 8 #16

Open christophwille opened 11 years ago

christophwille commented 11 years ago

Embedded the ttf version of the font (Content, Copy Always). This is the XAML code:

<TextBlock Text="&#xE13e;" FontFamily="assets/fonts/LigatureSymbols-2.11.ttf#LigatureSymbols"
FontSize="{StaticResource PhoneFontSizeExtraLarge}" />

In the designer, it correctly shows the walk symbol. On the device, however, it display a border-only rectangle. Seems it cannot find / display the character - could this be due to the fact how the font was built using ligature?

And in extension - could this font be rebuilt as simple characters much like font awesome and others?