Skip to main content

Microsoft Silverlight

Answered Question Is there any way to remove an embeded font from my file? RSS Feed

(0)

apalcer
apalcer

Member

Member

0 points

40 Posts

Is there any way to remove an embeded font from my file?

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 Gasperini
Alan Gas...

Member

Member

12 points

1 Posts

Answered Question

Re: Is there any way to remove an embeded font from my file?

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.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities