improvements to the bitmap docs

original commit: eb032c2fef1767e2c747555bc34bf2fbc66455b5
This commit is contained in:
Matthew Flatt 2012-02-22 16:38:23 -06:00 committed by Robby Findler
parent 90dc4e7829
commit 76320f0ea1
2 changed files with 4 additions and 6 deletions

View File

@ -269,7 +269,8 @@ See also
(is-a/c? bitmap%)]{
Creates a bitmap that draws in a way that is the same as drawing to the
canvas. See also @racket[make-screen-bitmap].}
canvas. See also @racket[make-screen-bitmap]
and @secref[#:doc '(lib "scribblings/draw/draw.scrbl") "Portability"].}
@defmethod[#:mode override

View File

@ -227,7 +227,7 @@ Creates a bitmap that supports both normal @racket[dc<%>] drawing an
OpenGL drawing through a context returned by @xmethod[dc<%> get-gl-context].
For @racket[dc<%>] drawing, an OpenGL-supporting bitmap draws like a
bitmap frmo @racket[make-screen-bitmap] on some platforms, while it
bitmap from @racket[make-screen-bitmap] on some platforms, while it
draws like a bitmap instantiated directly from @racket[bitmap%] on
other platforms.}
@ -252,10 +252,7 @@ environment of the result namespace.}
Creates a bitmap that draws in a way that is the same as drawing to a
canvas in its default configuration.
A normal @racket[bitmap%] draws in a more platform-independent way and
may use fewer constrained resources, particularly on Windows.
See also @racket[make-platform-bitmap].
See also @secref[#:doc '(lib "scribblings/draw/draw.scrbl") "Portability"].
}