Bug: https://bugs.openjdk.java.net/browse/JDK-8216965 Webrev: http://cr.openjdk.java.net/~prr/8216965/
Starting with JDK 12 b24 we are calling FT_Render_Glyph(..) but there's no check of an error return. Seems that on some very rare occasions freetype errors out on pt sz=1 so we need this check. This fix is intended for JDK 12 so we don't ship with a new regression. -phil
