Handbook
Glossary
CTLineGetOffsetForStringIndex ( line charIndex secondaryOffset -- CGFloat )
Vocabulary
core-text
Inputs
line
an
object
charIndex
an
object
secondaryOffset
an
object
Outputs
CGFloat
an
object
Definition
USING:
alien.syntax
core-foundation
core-graphics.types
;
IN:
core-text
FUNCTION:
CGFloat
CTLineGetOffsetForStringIndex
(
CTLineRef
line,
CFIndex
charIndex, CGFloat*
secondaryOffset )