29 lines
961 B
Racket
29 lines
961 B
Racket
#lang scribble/doc
|
|
@(require "common.ss"
|
|
"diagrams.ss")
|
|
|
|
@title[#:style '(toc quiet)]{Drawing Classes}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["bitmap-class.scrbl"]
|
|
@include-section["bitmap-dc-class.scrbl"]
|
|
@include-section["brush-class.scrbl"]
|
|
@include-section["brush-list-class.scrbl"]
|
|
@include-section["color-class.scrbl"]
|
|
@include-section["color-database-intf.scrbl"]
|
|
@include-section["dc-intf.scrbl"]
|
|
@include-section["dc-path-class.scrbl"]
|
|
@include-section["font-class.scrbl"]
|
|
@include-section["font-list-class.scrbl"]
|
|
@include-section["font-name-directory-intf.scrbl"]
|
|
@include-section["gl-config-class.scrbl"]
|
|
@include-section["gl-context-intf.scrbl"]
|
|
@include-section["pen-class.scrbl"]
|
|
@include-section["pen-list-class.scrbl"]
|
|
@include-section["point-class.scrbl"]
|
|
@include-section["post-script-dc-class.scrbl"]
|
|
@include-section["printer-dc-class.scrbl"]
|
|
@include-section["ps-setup-class.scrbl"]
|
|
@include-section["region-class.scrbl"]
|