ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mojca Miklavec <mojca.miklavec.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Underbar offset
Date: Thu, 26 May 2016 19:24:50 +0200	[thread overview]
Message-ID: <CALBOmsbnqQo2bz1Dif+cKtoOjctG3MFSi-Ys5CXHePOYEiQkkg@mail.gmail.com> (raw)
In-Reply-To: <83a71c52-1b67-a11a-1810-d90f7543c7a2@wxs.nl>

On 26 May 2016 at 18:17, Hans Hagen wrote:
> On 5/26/2016 2:48 PM, Mojca Miklavec wrote:
>>
>> Nevertheless this doesn't entirely solve the problem. I now have a
>> problem with the following:
>>
>>     \catcode`č=\active
>>     \defč{\buildtextaccent\textcaron c}
>
>
> doesn't the compose=yes feature work?

I'm sorry, compose=yes works as expected (I was copy pasting some old
code and forgot about the later improvements in ConTeXt: shame on me).

> so let's give you another piece
>
> \startluacode
> fonts.handlers.otf.addfeature {
>     name = "mojca",
>     type = "multiple",
>     prepend = true,
>     data = {
>         ["č"] = { 0x30C, "c" },
>     }
> }
> fonts.handlers.otf.addfeature {
>     name = "kern",
>     type = "pair",
>     data = {
>         [0x30C] = { c = { { 500, 0, 0, 0 }, false } },
>     }
> }
> \stopluacode
>
> \definefontfeature[default][default][mojca=yes]
>
> \showframe
>
> \starttext
>
>     mojča miklave\utfchar{"30C}c
>
> \stoptext
>
> (actually it uncovered a buglet but i suppose the č never is the first char
> so ...)

But the code above doesn't seem to work (I don't get the letter "č"
printed out at all). I would prefer the approach with more fine-tuning
though because "č" is always misaligned. And I seem to remember that
this functionality has been in the core for a long time already, I
just again forgot about it because most fonts include the full charset
nowadays.

Mojca
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2016-05-26 17:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-23 23:54 Mojca Miklavec
2016-05-24 12:19 ` Hans Hagen
2016-05-25 15:35   ` Wolfgang Schuster
2016-05-26 12:48     ` Mojca Miklavec
2016-05-26 13:10       ` Marco Patzer
2016-05-26 15:20       ` Aditya Mahajan
2016-05-26 16:17       ` Hans Hagen
2016-05-26 17:24         ` Mojca Miklavec [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=CALBOmsbnqQo2bz1Dif+cKtoOjctG3MFSi-Ys5CXHePOYEiQkkg@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=ntg-context@ntg.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).