跳转到内容

Rebol 编程/offset-to-caret

来自维基教科书,开放的书本,构建开放的世界
OFFSET-TO-CARET face offset 

返回对应于偏移对的面部文本中的偏移量。

OFFSET-TO-CARET 是一个本机值。

  • face -- 包含文本的面部。 (类型:对象)
  • offset -- 相对于面的 XY 偏移量。 (类型:对)

源代码

[编辑 | 编辑源代码]
offset-to-caret: native[
    {Returns the offset in the face's text corresponding to the offset pair.} 
    face [object!] "The face containing the text." 
    offset [pair!] "The XY offset relative to the face."
]
华夏公益教科书