class PDF::Reader::TextRun

def character_count

character count
Assume string encoding is marked correctly and we can trust String#size to return a
def character_count
  @text.size.to_f
end