IDEA-155347 On Ubuntu with High DPI tooltip font is too thick when the tooltip is fading in and out

Handled missing FC_RGBA_NONE value

(cherry picked from commit 44fcbdabf8)
This commit is contained in:
Alexey Ushakov
2016-05-06 15:53:04 +03:00
committed by jbrbot
parent b76abf41b9
commit cd23ec642a

View File

@@ -962,7 +962,8 @@ static int setupFTContext(JNIEnv *env, jobject font2D, FTScalerInfo *scalerInfo,
}
}
}
if (fcRGBA == FC_RGBA_UNKNOWN) {
if (fcRGBA == FC_RGBA_UNKNOWN || fcRGBA == FC_RGBA_NONE) {
if (context->aaType == TEXT_AA_LCD_HRGB ||
context->aaType == TEXT_AA_LCD_HBGR) {
setupLoadRenderFlags(context, fcHintStyle, fcAutohint, fcAutohintSet,