• 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
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
brush.c Loading commit data...
customlinecap.c Loading commit data...
font.c Loading commit data...
gdiplus.c Loading commit data...
gdiplus.spec Loading commit data...
gdiplus_private.h Loading commit data...
graphics.c Loading commit data...
graphicspath.c Loading commit data...
image.c Loading commit data...
imageattributes.c Loading commit data...
matrix.c Loading commit data...
pathiterator.c Loading commit data...
pen.c Loading commit data...
region.c Loading commit data...
stringformat.c Loading commit data...