We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b8ec3 commit ca3188fCopy full SHA for ca3188f
images-doc/images/scribblings/icons.scrbl
@@ -313,7 +313,7 @@ Renders a text string as an icon. For example,
313
(make-font #:weight 'bold #:underlined? #t)
314
#:color "lightskyblue" #:height 44)]
315
316
-The size of @racket[font] is ignored. If @racket[trim?] is @racket[#f], the drawn text is not cropped before rendering.
+The size and face of @racket[font] are ignored. If @racket[trim?] is @racket[#f], the drawn text is not cropped before rendering.
317
Otherwise, it is cropped to the smallest rectangle containing all the non-zero-alpha pixels.
318
Rendering very small glyphs shows the difference dramatically:
319
@interaction[#:eval icons-eval
0 commit comments