ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:DiskFont.m"
NOTE: don't use this output in your code, use the module instead.

LIBRARY 'diskfont.library', diskfontbase         /* informal notation */
  OpenDiskFont(A0)
  AvailFonts(A0,D0,D1)
  NewFontContents(A0,A1)
  DisposeFontContents(A1)
  NewScaledDiskFont(A0,A1)
ENDLIBRARY

