Interface SpacingProducer

All Superinterfaces:
ClassificationProducer, Cloneable
All Known Implementing Classes:
StaticSpacingProducer

public interface SpacingProducer extends ClassificationProducer
Reads spacing information. Spacing information defines the possible stretch points when performing text justification.
Author:
Thomas Morgner
  • Method Details

    • createSpacing

      Spacing createSpacing(int codePoint)