From c9e7ee3a92324bce316a86cd4fa72817bdadd72a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 24 Jan 2017 23:13:44 -0500 Subject: [PATCH] Reactivated the Core Text backend. --- darwin/{_coretext_drawtext.m => drawtext.m} | 0 darwin/{_coretext_fontmatch.m => fontmatch.m} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename darwin/{_coretext_drawtext.m => drawtext.m} (100%) rename darwin/{_coretext_fontmatch.m => fontmatch.m} (100%) diff --git a/darwin/_coretext_drawtext.m b/darwin/drawtext.m similarity index 100% rename from darwin/_coretext_drawtext.m rename to darwin/drawtext.m diff --git a/darwin/_coretext_fontmatch.m b/darwin/fontmatch.m similarity index 100% rename from darwin/_coretext_fontmatch.m rename to darwin/fontmatch.m