AltFontFile property example

Sub AltFontFile_Example()
    Dim myPrefs As AcadPreferences
    Dim myFontFile As String
    Set myPrefs = ThisDrawing.Application.preferences
    myFontFile = myPrefs.Files.AltFontFile
    MsgBox "The alternate font file is: " & myFontFile
End Sub

© Bricsys NV. All rights reserved.