ちょっとした絵を出したいときにアイコンを簡単につかいたい
Fontelloからダウンロード
Fontello - icon fonts generator
Tool to build custom fonts with icons.
Fontとして登録
fontello.ttfを登録Fontsフォルダに入れる
MaioProgram.csに記載
fonts.AddFont("fontello.ttf", "Icons");
を上の例に従って記載。
xamlに記載
<Image>
<Image.Source>
<FontImageSource FontFamily="Icons"
Glyph="" Size="10"/>
</Image.Source>
</Image>
上のGlyphの部分はFontelloで[CustomizeCode]のタブを開くと出てくる
