Converts a percentage of the screen width into logical pixels.
double wp(double percent) { return width * percent / 100; }