Rebol 程式設計/textinfo
外觀
TEXTINFO face line-info line
為面設定物件中的行文字資訊。
TEXTINFO 是一個原生值。
- face -- 定義資訊的的面。 (型別: 物件)
- line-info -- 設定資訊的所在物件。 (型別: 物件)
- line -- 要獲取資訊的所在行。 (型別: 數字 任意字串)
textinfo: native[
{Sets the line text information in an object for a face.}
face [object!] "The face for which the information is defined."
line-info [object!] "The object where the information will be set."
line [number! any-string!] "The line to get information for."
]