Is there a calligraphy font for Microsoft Word?
Yup. Not real hard to find though.
Just for fun, here’s some code that will build samples of all your available founts.
- Dim C As New Collection ' a container for storing sorted fount names
- Public Sub listFounts()
- ' chuck out the name of and a sample of every fount
- ' smac 3 Jan 2017
- Dim wFount As String
- Dim wApp As Word.Application
- Dim wSel As Word.Selection
- Dim i As Integer
- ' get ready