Font Cheat Sheet

 Font Cheat SheetWood Carved Letterpress Blocks available at

The Type Junkie – www.thetypejunkie.etsy.com

Many of us use fonts in our designing and have collected a library of fonts that we have purchased or downloaded from freeware hosts. It can be annoying trying to pick an appropriate font for your work from the little drop-down menu used in most programs so I set out to find a way to make a sample sheet of fonts, listed in their font form so I can easily scan them all, compare designs and even print it out to help me pick the most appropriate.

I came across this simple tutorial from Quantum Software and it worked like a charm. Using a simple Word Macro, you can create a handy sheet containing samples of all fonts installed on the system. To create the macro:

  • Click on Tools, Macro, Macros.
  • Type a name for the macro (e.g. ListFonts)
  • Click Create.
  • Erase anything that may be on the visual basic window that opens and replace it with the following:

Sub ListFonts
‘Automatically prints out a sample sheet of all the fonts
Dim Fontlist As Variant
Application.ScreenUpdating = False
Documents.Add Template:=”normal”
For Each Fontlist in FontNames
With Selection
.Font.Name = Fontlist
.Font.Size = 12
.TypeText Fontlist
.InsertParagraphAfter
.MoveDown Unit:=wdParagraph, Count:=1, Extend:=wdMove
End With
Next Fontlist
Selection.WholeStory
Selection.Sort
Selection.HomeKey Unit:=wdStory
End Sub

  • Close Visual Basic Editor by clicking ‘X’ and save the changes.
  • Run the macro to create a list of all the fonts on your computer. The name of each font will be listed in the particular font.

Handy, eh?


5 Comments so far
Leave a comment

Gravatar Icon

I have absolutely no reason to use this macro, and don’t do any crafts but I thought, my sister found it, let’s see what it’s all about.

So I tried it, just for the heck of it and “COOL”. What a neat little thing! I can totally see the practical uses for you and fellow crafters/artists.

Replyto this comment

Gravatar Icon

Mom, I just found two spelling errors in this post that I didn’t see at first. Just because I am married and starting a family does not releive you of your duties as forever editor. Shame on you that I had to find the mistakes for myself.

Replyto this comment

Gravatar Icon

What do you mean by “starting a family”? Is there something I should know? Are you not telling me something?

Replyto this comment

Gravatar Icon

Ni, Tia. Two people can be a family. Do you think if I was pregnant I would tell you by leaving a comment on my blog?

Replyto this comment

Gravatar Icon

Yes, I do actually. It be a pretty neat way to make sure I was paying attention! Which, as you can see, I was.

Well, I’m breathing now, but you and Adam have been a family for so long in my eyes, I just didn’t see that way. Plus, it was the way you said “married AND starting a family”.

Replyto this comment

TrackBack URI

Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

(required)

(required)


CommentLuv Enabled