home *** CD-ROM | disk | FTP | other *** search
- REM This script builds a simple font
- REM table in a parallel column. For best
- REM results, run this script in a new document.
-
- .CreateParallelColumns 2, $LtsAlignmentLeft
-
- Forall face In .ActiveDocument.PrintManager.FaceNames
- .Type face
- .GotoNextParallelColumn
- .Text.Font.FontName = face
- .Type "abcdeABCDE1234"
- .GotoNextParallelColumn
- End Forall
-