breakPenalty property

int? breakPenalty
final

Break penalty for a manual line breaking command.

Related TeX command: \nobreak, \allowbreak, \penalty

Should be null for normal space commands.

Implementation

final int? breakPenalty;