Skip to content

Commit

Permalink
macOS|Cleanup: Removed CoreText font renderer
Browse files Browse the repository at this point in the history
No need to use a platform-specific implementation for macOS, when there is a portable TrueType renderer available.
  • Loading branch information
skyjake committed Dec 15, 2019
1 parent c3a065d commit fcc99ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 474 deletions.
2 changes: 1 addition & 1 deletion doomsday/apps/client/CMakeLists.txt
Expand Up @@ -157,7 +157,7 @@ if (IOS)
link_framework (client PUBLIC CoreFoundation)
link_framework (client PUBLIC QuartzCore)
link_framework (client PUBLIC CoreGraphics)
link_framework (client PUBLIC CoreText)
# link_framework (client PUBLIC CoreText)
link_framework (client PUBLIC Foundation)
link_framework (client PUBLIC ImageIO)
link_framework (client PUBLIC MobileCoreServices)
Expand Down

0 comments on commit fcc99ab

Please sign in to comment.