OUTPUT BUFFER:
pack [text .t -wrap none -width 20 -height 3] .t tag configure t6 -font {fixed 6} -background cyan .t tag configure t10 -font {fixed 10} -background green .t insert end "This is 6" t6 "\nThis is 10" t10 pack [label .l1 -text ".l.Z.i.M" -font [list Fixed 6] -anchor w -justify left -bg cyan] pack [label .l12 -text "l.Z.i.M." -font [list Fixed 6] -anchor w -justify left -bg cyan] pack [label .l2 -text ".l.Z.i.M" -font [list Fixed 10] -anchor w -justify left -bg green] pack [label .l22 -text "l.Z.i.M." -font [list Fixed 10] -anchor w -justify left -bg green]