fix dc<%>
Closes PR 11706
Merge to 5.1
(cherry picked from commit 913f6b5486
)
This commit is contained in:
parent
c10d0a6f88
commit
4e33afc100
|
@ -6,4 +6,70 @@
|
|||
|
||||
(define dc<%>
|
||||
(interface ()
|
||||
draw-text))
|
||||
cache-font-metrics-key
|
||||
clear
|
||||
copy
|
||||
draw-arc
|
||||
draw-bitmap
|
||||
draw-bitmap-section
|
||||
draw-ellipse
|
||||
draw-line
|
||||
draw-lines
|
||||
draw-path
|
||||
draw-point
|
||||
draw-polygon
|
||||
draw-rectangle
|
||||
draw-rounded-rectangle
|
||||
draw-spline
|
||||
draw-text
|
||||
end-doc
|
||||
end-page
|
||||
erase
|
||||
flush
|
||||
get-alpha
|
||||
get-background
|
||||
get-brush
|
||||
get-char-height
|
||||
get-char-width
|
||||
get-clipping-region
|
||||
get-font
|
||||
get-gl-context
|
||||
get-initial-matrix
|
||||
get-origin
|
||||
get-pen
|
||||
get-rotation
|
||||
get-scale
|
||||
get-size
|
||||
get-smoothing
|
||||
get-text-background
|
||||
get-text-extent
|
||||
get-text-foreground
|
||||
get-text-mode
|
||||
get-transformation
|
||||
glyph-exists?
|
||||
ok?
|
||||
resume-flush
|
||||
rotate
|
||||
scale
|
||||
set-alpha
|
||||
set-background
|
||||
set-brush
|
||||
set-clipping-rect
|
||||
set-clipping-region
|
||||
set-font
|
||||
set-initial-matrix
|
||||
set-origin
|
||||
set-pen
|
||||
set-rotation
|
||||
set-scale
|
||||
set-smoothing
|
||||
set-text-background
|
||||
set-text-foreground
|
||||
set-text-mode
|
||||
set-transformation
|
||||
start-doc
|
||||
start-page
|
||||
suspend-flush
|
||||
transform
|
||||
translate
|
||||
try-color))
|
||||
|
|
Loading…
Reference in New Issue
Block a user