- const float dotted[] = { dashUnit , dashUnit + 2.0 };
- const float short_dashed[] = { 9.0 , 6.0 };
- const float dashed[] = { 19.0 , 9.0 };
- const float dotted_dashed[] = { 9.0 , 6.0 , 3.0 , 3.0 };
+ const CGFloat dotted[] = { dashUnit , dashUnit + 2.0 };
+ const CGFloat short_dashed[] = { 9.0 , 6.0 };
+ const CGFloat dashed[] = { 19.0 , 9.0 };
+ const CGFloat dotted_dashed[] = { 9.0 , 6.0 , 3.0 , 3.0 };