![]() |
|
#1
|
|||
|
|||
![]()
In 2010, I had a project using Word where I used the font on the attached photo. I need to do more work on that project, so I have scoured the entire Word font list 3 times, and cannot find it. Anyone know what it is?
|
#2
|
||||
|
||||
![]()
If you open the Word document and click on the text, the Font panel on the Ribbon's Home tab should tell you the name of the font that was used.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#3
|
||||
|
||||
![]()
Probably Calligraphic 421 B Roman Regular
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#4
|
|||
|
|||
![]()
I do not have a digital file of the font, only a paper copy. I did find out what it was by using a great website, identifont dot com. And you were right, Paul, it is Calligaph421, not sure if BT (whatever that means) or "Roman Regular." I finally found BT hiding in my computer, but it is not quite as heavy at the one above. Anyway, thanks so much to both of you!!! It's so neat that there are people in the world who give their time to help others ...
![]() |
#5
|
||||
|
||||
![]()
FWIW, you can print all the fonts installed on your system with the following macro:
Code:
Sub ListFonts() Dim ListFont as Variant Application.ScreenUpdating = False For Each ListFont in Fontnames With Selection .Font.Name = "Arial" .Font.Size = 12 .TypeText ListFont .TypeText Text := Chr(11) .Font.Name = ListFont .TypeText "ABCDEFGHIJKLMNOPQRSTUVWXYZ ~!@#$%^&*()_+|<>?:{}" .TypeText Text := Chr(11) .TypeText "abcdefghijklmnopqrstuvwxyz '1234567890-=\,.;'[]" .TypeText Text := Chr(11) .InsertParagraphAfter .Movedown Unit := wdParagraph, Count := 1, Extend := wdMove End With Next ListFont Selection.WholeStory Selection.Sort Selection.HomeKey Unit := wdStory End sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Make a certain font face and font color as default in a document. | Singh_Edm | Word VBA | 2 | 09-13-2014 08:47 PM |
![]() |
WH7262 | Word VBA | 1 | 08-26-2014 03:46 PM |
Word will not hold settings, such as font and size of font | Mary M | Word | 1 | 10-12-2013 07:41 AM |
how to define standard font if X font is not found on Com A? | dylansmith | PowerPoint | 2 | 11-25-2012 07:33 PM |
![]() |
trevorhiller | Word | 1 | 04-14-2012 02:14 AM |