From ceb3ef8f45e5599d3993d347dfff2ac249902d97 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 26 Mar 2021 18:02:24 +1100 Subject: Add SC_SUPPORTS_PIXEL_MODIFICATION to differentiate character cell and pixel oriented platforms. --- cocoa/PlatCocoa.mm | 1 + 1 file changed, 1 insertion(+) (limited to 'cocoa') diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 0e1897438..bec70e8b9 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -345,6 +345,7 @@ const int SupportsCocoa[] = { SC_SUPPORTS_PIXEL_DIVISIONS, SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH, SC_SUPPORTS_TRANSLUCENT_STROKE, + SC_SUPPORTS_PIXEL_MODIFICATION, }; } -- cgit v1.2.3