fontland updates
parent
1666384271
commit
94cf078315
@ -1,12 +1,8 @@
|
||||
#lang br
|
||||
(require fontland/font)
|
||||
|
||||
(define f (openSync "fira.ttf"))
|
||||
(define f (open-font "fira.ttf"))
|
||||
|
||||
(define gr (time (layout f "fifl")))
|
||||
|
||||
(get-field glyphs gr)
|
||||
|
||||
(get-field positions gr)
|
||||
|
||||
(send gr advanceWidth)
|
||||
gr
|
@ -1,3 +1,3 @@
|
||||
#lang quad/typewriter 25
|
||||
#lang quad/typewriter 40
|
||||
|
||||
◊quad[#:fontsize "11"]{Get Ready ◊quad[#:link "http://beautifulracket.com"]{An expression that} is not a value can ◊quad[#:fontsize "22"]{always} ◊quad[#:fontsize "7"]{be partitioned} into two parts: a redex, which is the part that changed in a single-step simplification (highlighted), and the continuation, which is the evaluation context surrounding an expression. In (- 4 (+ 1 1)), the redex is (+ 1 1), and the continuation is (- 4 []), where [] takes the place of the redex. That is, the continuation says how to "continue" after the redex is reduced to a value. ◊quad[#:link "http://beautifulracket.com"]{An expression that} is not a value can ◊quad[#:fontsize "22"]{always} ◊quad[#:fontsize "7"]{be partitioned} into two parts: a redex, which is the part that changed in a single-step simplification (highlighted), and the continuation, which is the evaluation context surrounding an expression. In (- 4 (+ 1 1)), the redex is (+ 1 1), and the continuation is (- 4 []), where [] takes the place of the redex. That is, the continuation says how to "continue" after the redex is reduced to a value. ◊quad[#:link "http://beautifulracket.com"]{An expression that} is not a value can ◊quad[#:fontsize "22"]{always} ◊quad[#:fontsize "7"]{be partitioned} into two parts: a redex, which is the part that changed in a single-step simplification (highlighted), and the continuation, which is the evaluation context surrounding an expression. In (- 4 (+ 1 1)), the redex is (+ 1 1), and the continuation is (- 4 []), where [] takes the place of the redex. That is, the continuation says how to "continue" after the redex is reduced to a value.}
|
||||
|
Loading…
Reference in New Issue