assertEquals(1, prprops.findByName("alignment").getValue());
TextPropCollection chprops = atom.getCharacterStyles().getFirst();
assertEquals(data_d_text_len+1, chprops.getCharactersCovered());
assertEquals(5, chprops.getTextPropList().size()); //5 properties found
assertEquals(1, chprops.findByName("char_flags").getValue());
assertEquals(1, chprops.findByName("font.index").getValue());
assertEquals(20, chprops.findByName("font.size").getValue());
assertEquals(0, chprops.findByName("asian.font.index").getValue());
assertEquals(1, chprops.findByName("ansi.font.index").getValue());
}