ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Combining Macron Below needed
@ 2022-09-10 15:41 Steffen Wolfrum via ntg-context
  2022-09-10 16:08 ` Alan via ntg-context
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steffen Wolfrum via ntg-context @ 2022-09-10 15:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Steffen Wolfrum

Hi,

a text is to be set in Garamond Premier Pro and uses this character: ḵ

Is there a way to set a combining macron below (U+0331), preferable in a Garamond-like font?

Best,
Steffen

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Combining Macron Below needed
  2022-09-10 15:41 Combining Macron Below needed Steffen Wolfrum via ntg-context
@ 2022-09-10 16:08 ` Alan via ntg-context
  2022-09-11  9:21 ` jbf via ntg-context
  2022-09-11  9:38 ` Hans Hagen via ntg-context
  2 siblings, 0 replies; 6+ messages in thread
From: Alan via ntg-context @ 2022-09-10 16:08 UTC (permalink / raw)
  To: Steffen Wolfrum via ntg-context; +Cc: Alan, Steffen Wolfrum

On Sat, 10 Sep 2022 17:41:55 +0200
Steffen Wolfrum via ntg-context <ntg-context@ntg.nl> wrote:

> Hi,
> 
> a text is to be set in Garamond Premier Pro and uses this character: ḵ
> 
> Is there a way to set a combining macron below (U+0331), preferable
> in a Garamond-like font?
> 
> Best,
> Steffen

I use a C-tilde (that does not exist in unicode), as

\protected\def\Ctilde{\topaccent{2.5pt}{0}{0}{\texttilde}{C}}

so maybe use the command \bottomaccent{}{}{}{}{} ?

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Combining Macron Below needed
  2022-09-10 15:41 Combining Macron Below needed Steffen Wolfrum via ntg-context
  2022-09-10 16:08 ` Alan via ntg-context
@ 2022-09-11  9:21 ` jbf via ntg-context
  2022-09-11  9:38 ` Hans Hagen via ntg-context
  2 siblings, 0 replies; 6+ messages in thread
From: jbf via ntg-context @ 2022-09-11  9:21 UTC (permalink / raw)
  To: Steffen Wolfrum via ntg-context; +Cc: jbf


[-- Attachment #1.1: Type: text/plain, Size: 810 bytes --]

\chr {k line below } 	ḵ 	\withlinebelow k

On 11/9/22 01:41, Steffen Wolfrum via ntg-context wrote:
> Hi,
>
> a text is to be set in Garamond Premier Pro and uses this character: ḵ
>
> Is there a way to set a combining macron below (U+0331), preferable in a Garamond-like font?
>
> Best,
> Steffen
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist :ntg-context@ntg.nl  /https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  :https://www.pragma-ade.nl  /http://context.aanhet.net
> archive  :https://bitbucket.org/phg/context-mirror/commits/
> wiki     :https://contextgarden.net
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 3202 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Combining Macron Below needed
  2022-09-10 15:41 Combining Macron Below needed Steffen Wolfrum via ntg-context
  2022-09-10 16:08 ` Alan via ntg-context
  2022-09-11  9:21 ` jbf via ntg-context
@ 2022-09-11  9:38 ` Hans Hagen via ntg-context
  2022-09-22 11:46   ` Steffen Wolfrum via ntg-context
  2 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen via ntg-context @ 2022-09-11  9:38 UTC (permalink / raw)
  To: Steffen Wolfrum via ntg-context; +Cc: Hans Hagen

On 9/10/2022 5:41 PM, Steffen Wolfrum via ntg-context wrote:
> Hi,
> 
> a text is to be set in Garamond Premier Pro and uses this character: ḵ
> 
> Is there a way to set a combining macron below (U+0331), preferable in a Garamond-like font?
I'm sure that these missing accented chars in fonts have been discussed 
before and you can use this feature (made for Mojca long ago):

\definefontfeature[default][default][compose=yes]

\starttext
     ḵ
\stoptext

So, unless you wikify it, I bet the same question will come up again.

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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Combining Macron Below needed
  2022-09-11  9:38 ` Hans Hagen via ntg-context
@ 2022-09-22 11:46   ` Steffen Wolfrum via ntg-context
  2022-09-22 17:30     ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 6+ messages in thread
From: Steffen Wolfrum via ntg-context @ 2022-09-22 11:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans Hagen; +Cc: Steffen Wolfrum

for what fonts does this fontfeature work?


\definefontfeature[default][default][compose=yes]

\starttext

\definedfont[name:agaramondproregular*default]{ḵ ṭarī}

\stoptext


I need it for Garamond Premier Pro (and Renner*).
Steffen


> Am 11.09.2022 um 11:38 schrieb Hans Hagen via ntg-context <ntg-context@ntg.nl>:
> 
> On 9/10/2022 5:41 PM, Steffen Wolfrum via ntg-context wrote:
>> Hi,
>> a text is to be set in Garamond Premier Pro and uses this character: ḵ
>> Is there a way to set a combining macron below (U+0331), preferable in a Garamond-like font?
> I'm sure that these missing accented chars in fonts have been discussed before and you can use this feature (made for Mojca long ago):
> 
> \definefontfeature[default][default][compose=yes]
> 
> \starttext
>  ḵ
> \stoptext
> 
> So, unless you wikify it, I bet the same question will come up again.
> 
> 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 / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Combining Macron Below needed
  2022-09-22 11:46   ` Steffen Wolfrum via ntg-context
@ 2022-09-22 17:30     ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen via ntg-context @ 2022-09-22 17:30 UTC (permalink / raw)
  To: Steffen Wolfrum, mailing list for ConTeXt users, Hans Hagen; +Cc: Hans Hagen

On 9/22/2022 1:46 PM, Steffen Wolfrum wrote:
> for what fonts does this fontfeature work?
> 
> 
> \definefontfeature[default][default][compose=yes]
> 
> \starttext
> 
> \definedfont[name:agaramondproregular*default]{ḵ ṭarī}
> 
> \stoptext
> 
> 
> I need it for Garamond Premier Pro (and Renner*).
fonts that have the accents and base characters that are needed

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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-22 17:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-10 15:41 Combining Macron Below needed Steffen Wolfrum via ntg-context
2022-09-10 16:08 ` Alan via ntg-context
2022-09-11  9:21 ` jbf via ntg-context
2022-09-11  9:38 ` Hans Hagen via ntg-context
2022-09-22 11:46   ` Steffen Wolfrum via ntg-context
2022-09-22 17:30     ` Hans Hagen via ntg-context

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).