home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hdk11l.zip / IPFLIB.HDF < prev    next >
Text File  |  1994-01-08  |  3KB  |  46 lines

  1. ;******************************************************************************
  2. ; Ver 11.0, Last Update Jan 02, 1994                                          *
  3. ;                                                                             *
  4. ;                                   ipfLIB                                    *
  5. ;                                                                             *
  6. ; This library adds functionality to IPF target. (OS/2)                       *
  7. ;                                                                             *
  8. ; The following added functionality is added :                                *
  9. ;                                                                             *
  10. ; Graphic Links.                                                              *
  11. ;                                                                             *
  12. ;******************************************************************************
  13.  
  14.  
  15. .ifdef os2
  16.  
  17. ;******************************************************************************
  18. ;                               Text Attributes                               *
  19. ;                                                                             *
  20. ; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in   *
  21. ;                                         bold                                *
  22. ; italicText - Display text in italic                                         *
  23. ; underlineText - displayText in underline                                    *
  24. ; boldItalicText - display text in bold italic                                *
  25. ;******************************************************************************
  26.  
  27.  
  28. .userlink boldText ':hp2.%t:ehp2.'
  29. .userlink italicText ':hp1.%t:ehp1.'
  30. .userlink underlineText ':hp5.%t:ehp5.'
  31. .userlink boldItalicText ':hp3.%t:ehp3.'
  32.  
  33. ;******************************************************************************
  34. ;                                    Links                                    *
  35. ;                                                                             *
  36. ; Notice that graphicLink needs HLPDK V11.0! V10.0 is not enough !            *
  37. ;******************************************************************************
  38.  
  39. .userlink graphicLink "%n:artwork name='%g1' runin.%n:artlink.%n:link reftype=hd res=%r2.%n:eartlink."
  40. .userlink graphicPopup "%n:artwork name='%g1' runin.%n:artlink.%n:link refid=%2 reftype=fn.%n:eartlink."
  41.  
  42. .endif
  43.  
  44.  
  45.  
  46.