There’s no point rendering zero-width characters
: (Array) -> Array.
: (Array) -> Array
10 11 12
# File 'lib/pdf/reader/zero_width_runs_filter.rb', line 10 def self.exclude_zero_width_runs(runs) runs.reject { |run| run.width == 0 } end