delete obsolete options

main
Matthew Butterick 5 years ago
parent ad885430d0
commit 6b11f11e40

@ -10,8 +10,7 @@
;; Set the font, draw some text
[font doc "Charter"]
[font-size doc 25]
[text doc "Some text with an embedded font" 100 100 (hash
'width #f)])
[text doc "Some text with an embedded font" 100 100])
;; test against non-subsetted font version
(define-runtime-path this "test12rkt.pdf")

@ -10,7 +10,7 @@
;; Set the font, draw some text
[font doc "Charter"]
[font-size doc 25]
[text doc "Åcçénts äre în" 100 100 (hash 'width #f)])
[text doc "Åcçénts äre în" 100 100])
;; test against non-subsetted font version
(define-runtime-path this "test13rkt.pdf")

@ -11,7 +11,7 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 25]
[text doc "Hola Hola" 100 100 (hash 'width #f)])
[text doc "Hola Hola" 100 100])
;; test against non-subsetted font version
(define-runtime-path this "test14rkt.pdf")

@ -12,7 +12,7 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 25]
[text doc "HTAVATH" 100 100 (hash 'width #f)])
[text doc "HTAVATH" 100 100])
(define-runtime-path this "test15rkt.pdf")

@ -12,7 +12,7 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 100]
[text doc "Wofine" 100 100 (hash 'width #f)])
[text doc "Wofine" 100 100])
(define-runtime-path this "test16rkt.pdf")

@ -12,7 +12,7 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 50]
[text doc "The fifth rifle" 100 100 (hash 'width #f)])
[text doc "The fifth rifle" 100 100])
(define-runtime-path this "test17rkt.pdf")

@ -12,11 +12,11 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 25]
[text doc "In Xanadu did Kubla Khan" 100 100 (hash 'width #f)]
[text doc "A stately pleasure dome decree:" 100 140 (hash 'width #f)]
[text doc "Where Alph, the sacred river, ran" 100 180 (hash 'width #f)]
[text doc "Through caverns measureless to man" 100 220 (hash 'width #f)]
[text doc "Down to a sunless sea." 100 260 (hash 'width #f)])
[text doc "In Xanadu did Kubla Khan" 100 100]
[text doc "A stately pleasure dome decree:" 100 140]
[text doc "Where Alph, the sacred river, ran" 100 180]
[text doc "Through caverns measureless to man" 100 220]
[text doc "Down to a sunless sea." 100 260])
(define-runtime-path this "test18rkt.pdf")

@ -13,8 +13,8 @@
;; Set the font, draw some text
[font doc "the-font"]
[font-size doc 100]
[text doc "A&B" 100 100 (hash 'width #f)]
[text doc "X&Y" 100 200 (hash 'width #f 'features (list (cons #"ss03" 1)))])
[text doc "A&B" 100 100]
[text doc "X&Y" 100 200 (hash 'features (list (cons #"ss03" 1)))])
;; test against non-subsetted font version
(define-runtime-path this "test19rkt.pdf")

@ -14,7 +14,7 @@
(send* doc
[font "the-font"]
[font-size 40]
[text "Embedded OTF" 100 100 (hash 'width #f)]))
[text "Embedded OTF" 100 100]))
;; test against non-subsetted font version
(define-runtime-path this "test20rkt.pdf")

@ -6,7 +6,7 @@
(define (proc doc)
[font doc "Times-Italic"]
[font-size doc 25]
[text doc "Some fantastic text!" 100 100 (hash 'lineBreak #f)]
[text doc "Some fantastic text!" 100 100]
[image doc death 100 160 (hash 'width 412)])
(define-runtime-path this "test5rkt.pdf")

@ -6,7 +6,7 @@
(define (proc doc)
[font doc "Times-Italic"]
[font-size doc 25]
[text doc "Here comes a JPEG!" 100 100 (hash 'lineBreak #f)]
[text doc "Here comes a JPEG!" 100 100]
[image doc test-jpeg 100 160 (hash 'width 412)])
(define-runtime-path this "test7rkt.pdf")

@ -6,7 +6,7 @@
(define (proc doc)
[font doc "Helvetica-Bold"]
[font-size doc 25]
[text doc "Another fantastic pic" 100 100 (hash 'lineBreak #f)]
[text doc "Another fantastic pic" 100 100]
[image doc pic 100 160 (hash 'width 412)])
; node's zlib.deflate makes smaller files, for some reason

Loading…
Cancel
Save