ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen via ntg-context <ntg-context@ntg.nl>
To: "Jairo A. del Rio via ntg-context" <ntg-context@ntg.nl>
Cc: Hans Hagen <j.hagen@xs4all.nl>
Subject: Re: Harfbuzz plugin and colors
Date: Mon, 14 Feb 2022 09:21:22 +0100	[thread overview]
Message-ID: <13f4d2c5-1bf6-5eb6-9553-d99b6d9de1cd@xs4all.nl> (raw)
In-Reply-To: <CAKyqqaZiG2DrRmbE-KvfGkDMxG33Nb6WshaqrO_r1mXqtfEBVw@mail.gmail.com>

On 2/14/2022 3:47 AM, Jairo A. del Rio via ntg-context wrote:
> Hi, list! I've tested the Harfbuzz plugin in ConTeXt and it works nicely 
> for most cases. However, color doesn't seem to work. Is this intended? I 
> know this plugin won't be supported, but I'll be fine with pointers to 
> solve this issue. Thanks in advance.
> 
> \usemodule[fonts-plugins]
> \definefontfeature[harf]
>    [mode=plug,
>     features=harfbuzz,
>     shaper=native]
> %Just to test Harfbuzz is actually working
> \definefontfeature[devaA][harf]
>    [language=dflt,
>     script=deva]
> \definefontfeature[devaB][default]
>    [script=deva]
> \definefontfeature[colored][harf]
>    [language=dflt,script=arab,
>     colr=yes] %doesn't do anything
> \startbuffer[hindi]
i honestely have no clue if color will work (also because hb is in a 
sort of continuous flux wrt updates and so, and i tend not to update 
libraries without knowing why) .. as long as there is nothing needed 
that is handled by node mode such things should work

keep in mind that this is just there because idris and i wanted to 
compare the output different rendering approaches (on windows one can 
use the uniscribe mode and uniscribe is sort of the reference so in case 
of doubt we try to follow that) but i haven't looked at if for years

using that plugin is it's a bit of a gamble wrt what features to enable 
adn what heuristics kick in, but you can try at least to enable arabic

\definefontfeature[colored][arabic,harf]
    [language=dflt,script=arab,
     colr=yes] %doesn't do anything

however, it looks like i have to itercept a default color (doesn't 
relate to plugins) so i'll send you the one-line patch for that (at 
least in node mode that works)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      parent reply	other threads:[~2022-02-14  8:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14  2:47 Jairo A. del Rio via ntg-context
2022-02-14  7:05 ` Aditya Mahajan via ntg-context
2022-02-14  8:21 ` Hans Hagen via ntg-context [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13f4d2c5-1bf6-5eb6-9553-d99b6d9de1cd@xs4all.nl \
    --to=ntg-context@ntg.nl \
    --cc=j.hagen@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).