Select to view content in your preferred language

Convert ESRI True Type font to XAML

601
1
06-24-2010 01:01 AM
NoamLowi
Deactivated User
Hi,

esri convert some True Type font to XAML
(http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/SymbolGallery/start.htm)

how to convert other types of ESRI TrueType Font to XAML?
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
Go into Expression Blend. Add the character with the font you want to a textblock.
Right-click the textblock and select "Path -> Convert to Path"

It is also possible to embed entire fonts into Silverlight, although that might bloat your filesize quite a lot.
0 Kudos