protected LayoutState initializeLayoutState(LayoutState ls) {
   return ls.initialize(
       fontCache, getLineBreakIterator(), getCharacterBreakIterator(), getDefaults());
 }