
Lib_text
    

---

!
  MultiLineText.class   res   !


set_text_par(x: integer, y: integer, w: integer, h: integer, dy: integer, fsz: integer, fst: integer, ft: integer, s: string);
 -      
   x, y -     
   w, h -     ,    
   dy -       (  )
   fsz -   (Font.SIZE_LARGE, Font.SIZE_MEDIUM, Font.SIZE_SMALL)
   fst -   (Font.STYLE_PLAIN, Font.STYLE_BOLD, Font.STYLE_ITALIC)
   ft -   (Font.FACE_MONOSPACE, Font.FACE_PROPORTIONAL, Font.FACE_SYSTEM)
   s -  

draw_mult_str;
 -    

move_down; (: mode_down;)
 -    

move_up; (: mode_down;)
 -    

page_down;
 -    

page_up;
 -    


    Example

