private static boolean hint_x = true;
private static boolean hint_y = true;
public static void hint(FEGlyph glyph, DisplayOptions gdo) {
if (gdo.isHint()) {
final Sliders s = glyph.getSliders();
// Prevent any shifting off the top or LHS caused by the width...
final int v_offset = (gdo.getPen().getBottom() > 0) ? -gdo.getLineWidthOffsetNorth() : 0;