Handbook
Glossary
native-directwrite-transform ( -- matrix )
Vocabulary
ui
.
text
.
directwrite
.
transforms
Inputs
None
Outputs
matrix
an
object
Definition
USING:
alien.c-types
alien.data
arrays
kernel
opengl.gl
;
IN:
ui.text.directwrite.transforms
:
native-directwrite-transform
( -- matrix )
16
double
<c-array>
[
GL_MODELVIEW_MATRIX
swap
glGetDoublev
]
keep
>array
;