aboutsummaryrefslogtreecommitdiff
path: root/src/java.desktop/share/native/common/font/AccelGlyphCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/java.desktop/share/native/common/font/AccelGlyphCache.h')
-rw-r--r--src/java.desktop/share/native/common/font/AccelGlyphCache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/java.desktop/share/native/common/font/AccelGlyphCache.h b/src/java.desktop/share/native/common/font/AccelGlyphCache.h
index 4ffb15a4ea5..b4aa7d3c2f7 100644
--- a/src/java.desktop/share/native/common/font/AccelGlyphCache.h
+++ b/src/java.desktop/share/native/common/font/AccelGlyphCache.h
@@ -57,6 +57,9 @@ struct _CacheCellInfo {
// REMIND: find better name?
// next cell info in the glyph's cell list (next Glyph Cache Info)
CacheCellInfo *nextGCI;
+ // Glyph subimage ID, used to distinguish between different images
+ // Only makes sense when subpixel resolution is enabled for the glyph
+ jint glyphSubimage;
jint timesRendered;
jint x;
jint y;