Xbasic
RTFMEMO.GET_FONT Function
Syntax
Font_and_Size as C = .GET_FONT()
Description
The .GET_FONT() method returns the Font_and_Size at the current cursor location.
Example
dim obj as P
obj = :Customer_Information:rtfmemofield.this
obj.rtf.insert_text("This is RTF text")
? obj.rtf.get_font()
= "courier,15,"Limitations
Desktop applications only.
See Also