Skip to content
  • Behdad Esfahbod's avatar
    Print ranges as closed as opposed to half-open · f034c867
    Behdad Esfahbod authored
    There's nothing assymetrical about how we match them.  Previously we "considered"
    them half-open because the OS/2 spec had usLowerOpticalPointSize as inclusive
    and usUpperOpticalPointSize as exclusive.  But we do not respect that.
    
    Note that the parsing code accepts both anyway, because of the way our sscanf()
    usage is written...
    f034c867