From ea9fca0add69e1613eee3290e18c1f8cb4d17a43 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 13 Apr 2023 06:34:32 +0200 Subject: * src/truetype/ttinterp.c: Remove outdated comments. --- src/truetype/ttinterp.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c index 8cf66ebae..c6a6cde6b 100644 --- a/src/truetype/ttinterp.c +++ b/src/truetype/ttinterp.c @@ -7321,14 +7321,6 @@ * GETINFO[]: GET INFOrmation * Opcode range: 0x88 * Stack: uint32 --> uint32 - * - * XXX: UNDOCUMENTED: Selector bits higher than 9 are currently (May - * 2015) not documented in the OpenType specification. - * - * Selector bit 11 is incorrectly described as bit 8, while the - * real meaning of bit 8 (vertical LCD subpixels) stays - * undocumented. The same mistake can be found in Greg Hitchcock's - * whitepaper. */ static void Ins_GETINFO( TT_ExecContext exc, @@ -7387,8 +7379,6 @@ * VARIATION GLYPH * Selector Bit: 3 * Return Bit(s): 10 - * - * XXX: UNDOCUMENTED! */ if ( (args[0] & 8 ) != 0 && exc->face->blend ) K |= 1 << 10; -- cgit v1.2.1