diff --git a/TODO.md b/TODO.md index d62049c9..b0a8a664 100644 --- a/TODO.md +++ b/TODO.md @@ -109,3 +109,19 @@ http://stackoverflow.com/questions/38338426/meaning-of-ampersand-in-rc-files/383 label shortcut keys - remove whining from source code + +[01:41:47] Hi. does pango support "fgalpha". I see that foreground="112233xx" works ( alpha=xx ), but fgalpha is a no-op +[01:52:29] pango_attr_foreground_alpha_new (32767) seems to be called in either case, but only the "foreground" attr works +[01:56:09] lolek (lolek@ip-91-244-230-76.simant.pl) joined the channel +[01:57:48] ok. seems like "foreground" is mandatory attr, 1. "foreground-without-alpha" + "alpha" works 2. "foreground-with-alpha" works. 3. "alpha" alone doesn +[01:57:52] 't work +[01:58:29] Is there a way to just specify alpha on the current foreground color ? +[02:00:23] lolek (lolek@ip-91-244-230-76.simant.pl) left the channel +[02:07:41] mjog (mjog@uniwide-pat-pool-129-94-8-98.gw.unsw.edu.au) left IRC (Quit: mjog) +[02:08:10] seb128 (seb128@53542B83.cm-6-5a.dynamic.ziggo.nl) joined the channel +[02:12:37] huh +[02:12:41] what version of pango? +[02:13:05] the latest . +[02:15:00] 1.40.3 +[02:20:46] I'll ahve to keep this in mind then, thanks +[02:20:59] if only there was a cairo-specific attribute for alpha...