Re: gdiplus: GdipDrawString should handle alignment in both directions same way.
28 Feb
2013
28 Feb
'13
3:52 p.m.
- if (format) halign = format->align; - else halign = StringAlignmentNear; -
How are you handling the case where format is NULL?
28 Feb
28 Feb
3:56 p.m.
New subject: gdiplus: GdipDrawString should handle alignment in both directions same way.
How are you handling the case where format is NULL?
Never mind, I see what you're doing. But since the block where you now handle the horizontal alignment is inside an if (format->vertalign != StringAlignmentNear), this will break horizontal alignment when a vertical alignment is not set.
4760
Age (days ago)
4760
Last active (days ago)
1 comments
1 participants
participants (1)
-
Vincent Povirk