home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / compress / compdisk.lzh / COMPDISK / REQGLUE.LZH / GetFontH.asm < prev    next >
Encoding:
Assembly Source File  |  1990-05-12  |  175 b   |  15 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _ReqBase
  6.     xdef    _GetFontHeightAndWidth
  7. _GetFontHeightAndWidth:
  8.     move.l    a6,-(sp)
  9.     move.l    _ReqBase,a6
  10.     jsr    -120(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     end
  15.