Handbook
Glossary
CGContextSetTextPosition ( c x y -- )
Vocabulary
core-graphics
Inputs
c
an
object
x
an
object
y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGContextSetTextPosition
(
CGContextRef
c,
CGFloat
x,
CGFloat
y )