Handbook
Glossary
CTLineGetStringIndexForPosition ( line position -- CFIndex )
Vocabulary
core-text
Inputs
line
an
object
position
an
object
Outputs
CFIndex
an
object
Definition
USING:
alien.syntax
core-foundation
core-graphics.types
;
IN:
core-text
FUNCTION:
CFIndex
CTLineGetStringIndexForPosition
(
CTLineRef
line,
CGPoint
position )