uline.ps

来自「开放源码的编译器open watcom 1.6.0版的源代码」· PS 代码 · 共 15 行

PS
15
字号
/Courier findfont
  dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall
  CharStrings dup length dict begin {def} forall currentdict end
  /CharStrings exch def
  CharStrings /underscore
  {pop
     currentdict /FontInfo get /UnderlineThickness get .75 mul setlinewidth
     currentdict /FontBBox get 2 get pop 600 dup
     0 setcharwidth
     newpath 0 0 moveto
     dup .15 mul 0 rmoveto .75 mul 0 rlineto stroke
  }bind put
currentdict end
/Courier exch definefont pop

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?