• Vincent Povirk's avatar
    gdiplus: Don't settle on a font size until absolutely necessary. · 11f0662c
    Vincent Povirk authored
    When we create a new font, we should store its height in a REAL field so
    we don't have to round it. Further, when we calculate the width, we should
    base the calculation on the metrics of a font at the height we will use, to
    prevent rounding errors when the graphics transform will enlarge the font.
    11f0662c
font.c 33.4 KB