포스트스크립트

Jmnote (토론 | 기여)님의 2016년 5월 16일 (월) 11:11 판

1 개요

PostScript
포스트스크립트
  • 페이지 기술 언어의 일종
  • 1982년 발표
  • 설계자: 존 워낙, 찰스 게시케
  • 파일확장자: .ps
  • 미디어타입: application/postscript

2 예시

 %!PS
 /Courier             % name the desired font
 20 selectfont        % choose the size in points and establish 
                      % the font as the current one
 72 500 moveto        % position the current point at 
                      % coordinates 72, 500 (the origin is at the 
                      % lower-left corner of the page)
 (Hello world!) show  % stroke the text in parentheses
 showpage             % print all on the page

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}