From 32aa6f116acc6e3e20a1ec76cef45b29f7005ad7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 12:06:14 +0800 Subject: Remove String stage 1. --- src/platform/graphics/quartz/Factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/platform/graphics/quartz/Factory.cpp') diff --git a/src/platform/graphics/quartz/Factory.cpp b/src/platform/graphics/quartz/Factory.cpp index 5d5b48b5..862c0966 100644 --- a/src/platform/graphics/quartz/Factory.cpp +++ b/src/platform/graphics/quartz/Factory.cpp @@ -33,7 +33,7 @@ std::unique_ptr QuartzGraphicsFactory::CreateFont(String font_family, std::unique_ptr QuartzGraphicsFactory::CreateTextLayout( std::shared_ptr font, String text) { - auto f = CheckPlatform(font, GetPlatformIdUtf8()); + auto f = CheckPlatform(font, GetPlatformId()); return std::make_unique(this, f, text); } -- cgit v1.2.3