Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / November 2006

Tip: Looking for answers? Try searching our database.

Haettenschweiler front problem?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geoff Cox - 24 Nov 2006 12:23 GMT
Hello,

I have some text which has a shadow type effect. Looking at the font
type PowerPoint 2003 tells me that it is Arial Black Bold but I don't
think this can be true!

The font looks more like the Haettenschweiler font but I cannot seem
to get rid of the shadow effect.

It may be that in the past someone had used that font and I tried to
change to Arial Black Bold but it did not have any effect? Just a
vague memory.

Any ideas please?

Cheers

Geoff
Echo S - 24 Nov 2006 17:28 GMT
If you go to Format|Replace Font, is there a ? before Arial Black Bold? If
so, that font is not present on your machine, so PPT is replacing the font
with what it deems the closest match -- in this case, Haettenschweiler.

As for the shadow, there are two kinds of shadows. One is the regular font
shadow setting. The other is on the Drawing toolbar -- hover over the boxes
near the end and select the one for shadows. Then choose Shadow Settings and
you can turn off the shadow on the toolbar that pops up.

Signature

Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/

> Hello,
>
[quoted text clipped - 14 lines]
>
> Geoff
Geoff Cox - 24 Nov 2006 18:27 GMT
>If you go to Format|Replace Font, is there a ? before Arial Black Bold? If
>so, that font is not present on your machine, so PPT is replacing the font
>with what it deems the closest match -- in this case, Haettenschweiler.

Echo,

No question mark.

>As for the shadow, there are two kinds of shadows. One is the regular font
>shadow setting. The other is on the Drawing toolbar -- hover over the boxes
>near the end and select the one for shadows. Then choose Shadow Settings and
>you can turn off the shadow on the toolbar that pops up.

That's what I needed to know! Back to normal Arial Black!

Many thanks,

Geoff
Echo S - 24 Nov 2006 21:16 GMT
Well, glad it worked!

Signature

Echo [MS PPT MVP] http://www.echosvoice.com
What's new in PPT 2007? http://www.echosvoice.com/2007.htm
Fixing PowerPoint Annoyances http://www.oreilly.com/catalog/powerpointannoy/

>>If you go to Format|Replace Font, is there a ? before Arial Black Bold? If
>>so, that font is not present on your machine, so PPT is replacing the font
[quoted text clipped - 16 lines]
>
> Geoff
Geoff Cox - 25 Nov 2006 09:27 GMT
>Well, glad it worked!

I also found following code written by Shyam - made life even easier!

Geoff

   For Each oSld In oPresentation.Slides
       For Each oShp In oSld.Shapes
           If oShp.HasTextFrame Then
               If oShp.TextFrame.HasText Then
                   oShp.TextFrame.TextRange.Font.Shadow = msoFalse
                   oShp.Shadow.Visible = msoFalse
               End If
           End If
       Next oShp
   Next oSld
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.