You can now activate multi-sampling on iOS using Window.AntiAliasing := aa4SamplesFaster. You should set this before window is opened, which usually means it should be done in the initialization section of a
unit like GameInitialize. What values of AntiAliasing are actually meaningful? Internally iOS supports only “none” or “4” multi-sampling values. So actually there are …