measure in full

main
Matthew Butterick 5 years ago
parent 6566d6df86
commit d059948cd9

@ -316,7 +316,7 @@
[(zero? err)
;; see https://www.freetype.org/freetype2/docs/tutorial/step1.html
;; for meaning of these arguments
(FT_Set_Char_Size ftf 0 1000 0 0)
(FT_Set_Char_Size ftf 0 (FT_FaceRec-units_per_EM ftf) 0 0)
ftf]
[(= err 1)
(error 'FT_New_Face (format "font ~v not found" path))]

Loading…
Cancel
Save