mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	changed CAIRO_ANTIALIAS_BEST to CAIRO_ANTIALIAS_SUBPIXEL
This commit is contained in:
		| @@ -18,7 +18,7 @@ void cCairoImage::InitCairoImage(int width, int height) { | ||||
|      | ||||
|     surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32, width, height); | ||||
|     cr = cairo_create(surface); | ||||
|     cairo_set_antialias(cr, CAIRO_ANTIALIAS_BEST); | ||||
|     cairo_set_antialias(cr, CAIRO_ANTIALIAS_SUBPIXEL); | ||||
| } | ||||
|  | ||||
| void cCairoImage::DrawTextVertical(string text, tColor color, string font, int size) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user