Winged Toaster

Results 4 comments of Winged Toaster

Adding `style="@style/TextAppearance.AppCompat.Headline"` to the layout XML gets me half the way there, the help messages are still pretty small.

A better way of doing this is probably within the existing CGContext. Should add these 2 lines before `CGContextDrawImage(context, CGContextGetClipBoundingBox(context), cgImage);` ``` CGContextTranslateCTM(context, 0, size); CGContextScaleCTM(context, 1.0, -1.0); ```

Anyone care to share their linux-arm build for QmlNet? Or share instructions as to how it's done? I have build host setup on a vm, just not sure what to...