From c111239b0d9a63154a81da6c53c6e23d67ccf145 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 20 Feb 2017 22:25:49 -0500 Subject: [PATCH] More TODOs. --- unix/attrstr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/attrstr.c b/unix/attrstr.c index 115b611e..8882f3ac 100644 --- a/unix/attrstr.c +++ b/unix/attrstr.c @@ -1,6 +1,8 @@ // 12 february 2017 #include "uipriv_unix.h" +// TODO pango alpha attributes turn 0 into 65535 :| + // we need to collect all the OpenType features and background blocks and add them all at once // TODO this is the wrong approach; it causes Pango to end runs early, meaning attributes like the ligature attributes never get applied properly // TODO rename this struct to something that isn't exclusively foreach-ing?