summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-04-13 06:34:32 +0200
committerWerner Lemberg <wl@gnu.org>2023-04-13 06:34:32 +0200
commitea9fca0add69e1613eee3290e18c1f8cb4d17a43 (patch)
tree23049a695bf94c4b33ec8df3018b2a366134c6ce
parente78e2d29a95baf6053e30cc9422aa20319259803 (diff)
downloadfreetype2-ea9fca0add69e1613eee3290e18c1f8cb4d17a43.tar.gz
* src/truetype/ttinterp.c: Remove outdated comments.
-rw-r--r--src/truetype/ttinterp.c10
1 files changed, 0 insertions, 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;