Mdl2Tool icon indicating copy to clipboard operation
Mdl2Tool copied to clipboard

A tool for creating a cs and xaml file for the Segoe MDL2 font

Results 1 Mdl2Tool issues
Sort by recently updated
recently updated
newest added

Unicode Strings of the format "&#x{1};" do not work from code behind. So instead used "\u{1}" format, and now it actually works from code behind. And generally tried to clean...