Silverlight Games 101

Write games in Silverlight 2 using C# by Bill Reiss
Our upcoming Silverlight book for beginners (includes a great chapter on game development in Silverlight!) Hello! Silverlight 2 with Dave Campbell, available online now!



Pages

    Recent posts

    Navigation

    Archive

    Blogroll

      Tampa Divorce Lawyer

      North of Tampa in Lutz, Florida. A Tampa Divorce Lawyer focusing on family, divorce, and real estate law.

      Disclaimer

      The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

      New CodePlex project for text effects in Silverlight 2 RC0

      I have created a new control called a PathTextBlock that lets you draw outlined text and allows you to distort the text. It started out as a need I had to draw outlined text, and then I saw a few people asking for drawing along a curve, etc. and figured I could create a control to do both.

      How it works is that the font file is converted to a XML representation of the font which contains the Path data, and then the Path object is used in Silverlight to render the text. You can also apply transforms to the text and create your own transforms.

      I'm making the code available free through CodePlex under the Microsoft Permissive License (Ms-PL).

      You can see more about the PathTextBlock project here:

      http://www.codeplex.com/sltext

      If you create something cool with it please let me know, I'd love to see it.

      Posted: Oct 06 2008, 10:36 by Bill Reiss | Comments (12) RSS comment feed |
      • Currently 0/5 Stars.
      • 1
      • 2
      • 3
      • 4
      • 5
      Filed under:

      Comments

      Comments are closed