ipflib.hdf
来自「HLPDK System Library Documentation」· HDF 代码 · 共 46 行
HDF
46 行
;******************************************************************************
; Ver 11.0, Last Update Jan 02, 1994 *
; *
; ipfLIB *
; *
; This library adds functionality to IPF target. (OS/2) *
; *
; The following added functionality is added : *
; *
; Graphic Links. *
; *
;******************************************************************************
.ifdef os2
;******************************************************************************
; Text Attributes *
; *
; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in *
; bold *
; italicText - Display text in italic *
; underlineText - displayText in underline *
; boldItalicText - display text in bold italic *
;******************************************************************************
.userlink boldText ':hp2.%t:ehp2.'
.userlink italicText ':hp1.%t:ehp1.'
.userlink underlineText ':hp5.%t:ehp5.'
.userlink boldItalicText ':hp3.%t:ehp3.'
;******************************************************************************
; Links *
; *
; Notice that graphicLink needs HLPDK V11.0! V10.0 is not enough ! *
;******************************************************************************
.userlink graphicLink "%n:artwork name='%g1' runin.%n:artlink.%n:link reftype=hd res=%r2.%n:eartlink."
.userlink graphicPopup "%n:artwork name='%g1' runin.%n:artlink.%n:link refid=%2 reftype=fn.%n:eartlink."
.endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?