summaryrefslogtreecommitdiff
path: root/vcl/ios/dummies.cxx
AgeCommit message (Collapse)Author
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: I81ce8fd7022bf283db668705efdfb0666f87bde9
2013-12-15We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx nowTor Lillqvist
Change-Id: Ie63ee5ea20a8340cfcbb51323871e5b0318e6cc3
2013-06-26There is already the AddTempDevFont() in coretextTor Lillqvist
Change-Id: I384e9d499eedbe87030417952bf057b16cf549d2
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
Don't try to use similar code as for OS X to manage windows, events etc. I.e. don't use UIKit in vcl to do that. Instead, just do as in the Android port, use the "headless" vcl backend. Do keep using CoreText, though, not FreeType & fontconfig. Start changing the iOS "Viewer" app to correspond to the Android "desktop" app (so it should be renamed). Work in progress since a long time, several crucial details still missing, but committing for now. Change-Id: Iac5fbf8def415e4d0d21e5200450a373420ad7ee