- text_cursor ->font: font
- Sets the text_cursor
->style
according to the font. If the font has
font<-fixed_width
font, it will invoke text_cursor->style
using
font.fixed_font_style. Otherwise it will use font.proportional_font_style.
- text_cursor ->image: image*
- @see text_cursor
->style
- text_cursor ->initialise: for=[font]
- Create a text_cursor
object from the specified font
object. Class text_cursor
is currently only used by class editor.
See also text_cursor
->font
and editor<-text_cursor.
- text_cursor ->set: x=int,
y=int, width=int, height=int, baseline=int
- Specify all dimension parameters of the text_cursor. This method is used
by class editor to
position the caret. The x, y, width and height parameters describe the
character-box. baseline is the depth of the baseline of the current
font.
- text_cursor ->style: {arrow,image,block,open_look}
- @see text_cursor
->image