Class Oo_sfml_graphics.text
method move : offset:(float * float) -> unitmethod move2 : offset_x:float -> offset_y:float -> unitmethod rotate : angle:float -> unitmethod scale : factors:(float * float) -> unitmethod scale2 : factor_x:float -> factor_y:float -> unitmethod set_character_size : size:int -> unitmethod set_font : font:font -> unitmethod set_origin : origin:(float * float) -> unitmethod set_position : pos:(float * float) -> unitmethod set_position2 : left:float -> top:float -> unitmethod set_rotation : rotation:float -> unitmethod set_scale : scale:(float * float) -> unitmethod set_scale2 : scale_x:float -> scale_y:float -> unitmethod set_string : str:string -> unit