V4.27 18-10-2021

- FCLT#69004 Label achtergrondkleur en alpha via [cff00ff,00ff00,128]

svn path=/Slnkdwf/trunk/; revision=53435
This commit is contained in:
Jos Groot Lipman
2021-10-18 20:42:41 +00:00
parent 0e8936ce5d
commit 0c84bb20cb
2 changed files with 2 additions and 2 deletions

View File

@@ -633,7 +633,7 @@ CSize CSLNKContourImpl::DrawOneLabel(WT_File &my_file,
delta = MulDiv(tm.tmDescent, thisLineHeight, FONT_SIZER);
}
int padding = MulDiv(tm.tmDescent, l_fontheight, FONT_SIZER * 2); // halve fontheight padding
int padding = thisLineHeight / 10; // 1/10 fontheight padding
WT_Polygon my_poly(4, rect, WD_False);
int ww = MulDiv(rc.right, thisLineHeight, FONT_SIZER); // 'width' zou voor elke regel dezelfde breedte geven
my_poly.points()[0] = rotatedpoint(radian, - padding, - padding - delta); // linksonder

View File

@@ -1,4 +1,4 @@
V4.27 09-09-2021
V4.27 15-10-2021
- FCLT#63646 Lijndikte van symbolen kunnen zetten
- FCLT#68480 Geen TIFF ondersteuning meer
- FCLT#69004 Labels pas op papercolor reageren (in plaats van contour kleur)