* src/truetype/ttinterp.c: Remove outdated comments.

This commit is contained in:
Werner Lemberg 2023-04-13 06:34:32 +02:00
parent e78e2d29a9
commit ea9fca0add
1 changed files with 0 additions and 10 deletions

View File

@ -7321,14 +7321,6 @@
* GETINFO[]: GET INFOrmation * GETINFO[]: GET INFOrmation
* Opcode range: 0x88 * Opcode range: 0x88
* Stack: uint32 --> uint32 * 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 static void
Ins_GETINFO( TT_ExecContext exc, Ins_GETINFO( TT_ExecContext exc,
@ -7387,8 +7379,6 @@
* VARIATION GLYPH * VARIATION GLYPH
* Selector Bit: 3 * Selector Bit: 3
* Return Bit(s): 10 * Return Bit(s): 10
*
* XXX: UNDOCUMENTED!
*/ */
if ( (args[0] & 8 ) != 0 && exc->face->blend ) if ( (args[0] & 8 ) != 0 && exc->face->blend )
K |= 1 << 10; K |= 1 << 10;