You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System Property Value | java.awt.RenderingHint value
"off"|"false"|"default" : VALUE_TEXT_ANTIALIAS_DEFAULT
"on" : VALUE_TEXT_ANTIALIAS_ON
"gasp" : VALUE_TEXT_ANTIALIAS_GASP
"lcd"|"lcd_hrgb" : VALUE_TEXT_ANTIALIAS_LCD_HRGB
"lcd_hbgr" : VALUE_TEXT_ANTIALIAS_LCD_HBGR
"lcd_vrgb" : VALUE_TEXT_ANTIALIAS_LCD_VRGB
"lcd_vbgr" : VALUE_TEXT_ANTIALIAS_LCD_VBGR
You can also try editing /etc/profile.d/freetype2.sh
@joshuataylor Thanks for your reply, but I don't think it's about Hint, it looks like the spacing is different
After I set OPENJDK_FFS_LOG_FC=yes, jbr17 log:
I use android studio in ubuntu 18.04, here is the version info:
My font is courier new, and added
-Dawt.useSystemAAFontSettings=lcd
and-Djava2d.font.loadFontConf=true
in vmoptionsjbr17:
jbr11:
How to make font rendering like jbr11 under jbr17?
The text was updated successfully, but these errors were encountered: