Skip to main content
Home Forums Silverlight Design Expression Studio Is there any way to remove an embeded font from my file?
1 replies. Latest Post by Alan Gasperini on July 20, 2009.
(0)
apalcer
Member
0 points
40 Posts
07-20-2009 12:47 PM |
I am having a TON of issue when it comes to SubsetFontSilverlight.targets and SubsetFontTask.dll? I can not get my project to load in expression blend 3 because it can not find this file? It is where it suppose to be, but it removes the SubsetFontSilverlight.targets and then it refuses to load the silverlight project. I WANT to get rid of the embedded font? Becuase it has caused be issues else where. Any suggestions?
Thanks
Alan Gas...
12 points
1 Posts
07-20-2009 2:47 PM |
Hi,
In Blend 3 we changed the way font subsetting works to use the new Blend SDK. As a result, we try to upgrade the font embedding build tasks in your project when you load a Blend 2 project in Blend 3. You will need the Blend SDK installed. Also, if you look in your csproj, you should see the targets include look like this: <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\3.0\Silverlight\Microsoft.Expression.Blend.Silverlight.targets" />
To stop using font embedding, remove this line. If you don't see this line, then something in the upgrader has failed.