-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[freetype] add subpixel-rendering feature (#37443)
- Loading branch information
Showing
5 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h | ||
index 1976b33af959..b3425e55feec 100644 | ||
--- a/include/freetype/config/ftoption.h | ||
+++ b/include/freetype/config/ftoption.h | ||
@@ -123,7 +123,7 @@ FT_BEGIN_HEADER | ||
* When this macro is not defined, FreeType offers alternative LCD | ||
* rendering technology that produces excellent output. | ||
*/ | ||
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ | ||
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING | ||
|
||
|
||
/************************************************************************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters