txtframe
Display text in a frame.
Displays text within predefined or custom frames. You can set the frame color, change the text alignment.
Examples
use *;
let mut text_frame = new
.frame_var
.algn
.color_fra
.color_txt
.color_fill
.expand
.width
.expand_width
.expand_height
.left_top
.right_top
.left_btm
.right_btm
.top_line
.vert_left
.vert_right
.btm_line
.fill;
let text_frame_iter = text_frame.frame_iter;
println!;
License
GNU General Public License v3.0