// 6 january 2017

struct uiDrawContext {
	CGContextRef c;
	CGFloat height;				// needed for text; see below
};