Interface TextContentModifier

  • All Known Implementing Classes:
    Mglyph, Ms

    public interface TextContentModifier
    Version:
    $Revision: 923658a2b249 $
    • Method Detail

      • modifyTextContent

        java.text.AttributedCharacterIterator modifyTextContent​(java.text.AttributedCharacterIterator aci,
                                                                LayoutContext layoutContext)
        modified the given Characters to match what is required for this element.
        Parameters:
        aci - AttributedCharacterIterator based on the text contents.
        layoutContext - current layout context.
        Returns:
        a new AttributedCharacterIterator which is to be used instead.