cumulativeTextSizeHistogram property

List<int> cumulativeTextSizeHistogram
final

Cumulative histogram where every entry is equal to the number of symbols with text size equal or lower than N percent, where N is the index of the entry in the array.

Implementation

final List<int> cumulativeTextSizeHistogram;