mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	CanvasD2D: Fix for trailing whitespace
http://rainmeter.net/forum/viewtopic.php?p=89139#p89139
This commit is contained in:
		| @@ -334,7 +334,7 @@ bool CanvasD2D::MeasureTextW(const WCHAR* str, UINT strLen, const TextFormat& fo | ||||
| 	{ | ||||
| 		DWRITE_TEXT_METRICS metrics; | ||||
| 		textLayout->GetMetrics(&metrics); | ||||
| 		rect.Width = metrics.width + 5.0f; | ||||
| 		rect.Width = metrics.widthIncludingTrailingWhitespace + 5.0f; | ||||
| 		rect.Height = metrics.height + 1.0f;  // 1.0f to get same result as GDI+. | ||||
| 		return true; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brian Ferguson
					Brian Ferguson