Windows Phone Fonts & what if Visual Studio lies

Today I was confronted with a little Problem: my Windows Phone App refused to show me the Font I choose – also other thinks didn’t work.
Although the Visual Studio Designer did show the Fonts:
![]()
Unfortunately there isn’t much left in the Emulator:
Reason for this:
Windows Phone doesn’t include all the typos Windows does
That means while choosing a certain typo you should pay attention if they are compatible with the windows phone.
I found these two pages with a list of the supported Fonts:
Fonts in Silverlight for Windows Phone
Text and fonts for Windows Phone
P.S: Don’t worry, Comic Sans is still working ![]()
Json-Online-Tools: Viewer & Json2Csharp generator
Wherever APIs are mentioned the JSON format I not far away. Since I’m using two tools regularly I would like to introduce you to them. JSON Viewer If you only see the JSON-Text you are usually not able to see the structure. With the help of JSON Viewer you can have an easy overview: …
Windows Phone SDK & „System“-Icons
Although the Metro Design focuses a lot on Typography Icons are still quite important. If you install Windows Phone SDK you will receive 36 Icons. You can find them here: C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons Unfortunately many Icons you might know from the common applications are not integrated. Pedro Lamas extracted 99 additional Icons …
How can I figure out if my ADFS 2.0 works?
I was working with ADFS 2.0 (“Active Directory Federation Services”) for a while when this simple question crossed my mind: How can I figure out if the connection between ADFS and AD “works”? Here is a simple test… What is ADFS? If you need some “position of trusts” beneath the AD-boarders you choose an …
Subdomain vs. Subdirectory
Better blog.mydomain.com or mydomain.com/blog? Good question! If got asked this question again via Twitter on the weekend so therefore I decide to share my experiences: Choose a subdomain, if…. – You plan to offer “different services” which are “logical separated” on one domain – You are able to influence the subdomains without much …
Guide to Claim-Based Identity with the Access Control Service
Microsoft published a free PDF about Claim-based Identity, Access Control Service and how to connect it to the remaining Microsoft world (Sharepoint, ADFS, Azure): Download-Link or MSDN Link I found the announcement today on the blog of Vittorio Bertocci. More information’s? If you want to get deeper into the subject you should risk a look …
Windows Azure Websites – Logging & ErrorHandling
The Azure Websites are easy to handle but still it doesn’t take much effort to add new instances. But how should I react if an error appears? Azure Website Configuration At the adjustments of Azure Websites you will find three diagnostic-tools: · Detailed Error Logging – Turn on detailed error logging to capture all errors …
PowerShell SnapIns vs. Modules
Powershell offers to ways to expand CmdLet’s or Providers: SnapIns and Modules. But what is the difference? TL;DR: Snapins Modules Model from PS 1.0 Variante – “old” Introduced with PS 2.0 Defined in Assemblies Defined in Assemblies or in Scripts Complex deployment via Installutil Moduls in the file system Snapins: the old way Snapins …
Howto: create own data types
At this place I want to give some additional information’s about the subject I’ve already written about in this article. It’s about how to show units in your code which are not given in the framework like file sizes (MB, GB), temperatures or unit of length. After I published the first article I received …
There is a new GAC with .NET 4.0?
.NET 4.0 offers a new Global Assembly Cache (GAC) which you can find at this path: C:\Windows\Microsoft.NET\assembly Every .NET 4.0 or CLR 4.0 application use this GAC. What happens to the „old“ GAC? The old GAC still exists on this path: C:\Windows\assembly It is still responsible for .NET 2.0 – .NET 3.5 or …



Recent comments