Pinned Loading
-
-
-
-
-
compiler-college-project
compiler-college-project PublicAutomatically exported from code.google.com/p/compilador-unicap-rodrigopaulino
Java
-
macOS Mojave Font Smoothing Script
macOS Mojave Font Smoothing Script 1#-----PIECE OF SCRIPT TO VERIFY IF NATIVE'S OS X FONT SMOOTHING FOR THIRD PARTY DISPLAYS IS ENABLED THEN TOGGLE IT. NECESSARY AS OF OS X MOJAVE-----#
2CG_FONT_RENDERING_FONT_SMOOTHING_DISABLED=`defaults read -g CGFontRenderingFontSmoothingDisabled`;
34if [ $CG_FONT_RENDERING_FONT_SMOOTHING_DISABLED -eq 1 ]; then
5defaults write -g CGFontRenderingFontSmoothingDisabled -bool FALSE;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.