ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* fallbacks for characters
@ 2008-10-16  7:47 Thomas A. Schmitz
  2008-10-16  9:26 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas A. Schmitz @ 2008-10-16  7:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

the answer to this one may be completely obvious, but I haven't found  
anything: I know we can define fallback fonts in mkiv, but is it  
possible to define fallbacks for single characters. Let's take 0x0113,  
"emacron." Is it possible to define "if character is present in  
current font, use it; else \buildtextaccent\macron e" ?

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fallbacks for characters
  2008-10-16  7:47 fallbacks for characters Thomas A. Schmitz
@ 2008-10-16  9:26 ` Wolfgang Schuster
  2008-10-16 11:24   ` Thomas A. Schmitz
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2008-10-16  9:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz
<thomas.schmitz@uni-bonn.de> wrote:
> Hi all,
>
> the answer to this one may be completely obvious, but I haven't found
> anything: I know we can define fallback fonts in mkiv, but is it
> possible to define fallbacks for single characters. Let's take 0x0113,
> "emacron."

\definefontfallback [myfallback] [Fallbackfont] [0x0113]
[force=yes|no,check=yes|no]

% check : only replace when present in replacement font (default: no)
% force : force replacent even when basefont has glyph  (default: yes)

> Is it possible to define "if character is present in
> current font, use it; else \buildtextaccent\macron e" ?

Wolfgang
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fallbacks for characters
  2008-10-16  9:26 ` Wolfgang Schuster
@ 2008-10-16 11:24   ` Thomas A. Schmitz
  2008-10-16 12:52     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas A. Schmitz @ 2008-10-16 11:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 16, 2008, at 11:26 AM, Wolfgang Schuster wrote:

> On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz
> <thomas.schmitz@uni-bonn.de> wrote:
>> Hi all,
>>
>> the answer to this one may be completely obvious, but I haven't found
>> anything: I know we can define fallback fonts in mkiv, but is it
>> possible to define fallbacks for single characters. Let's take  
>> 0x0113,
>> "emacron."
>
> \definefontfallback [myfallback] [Fallbackfont] [0x0113]
> [force=yes|no,check=yes|no]
>
> % check : only replace when present in replacement font (default: no)
> % force : force replacent even when basefont has glyph  (default: yes)
>
>> Is it possible to define "if character is present in
>> current font, use it; else \buildtextaccent\macron e" ?
>

Wolfgang, thanks for your answer! But if I understand  
definefontfallback correctly, this will define a replacement font -  
that's not what I want. I want to take glyphs from the same font,  
either the matching glyph or a composite one.

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fallbacks for characters
  2008-10-16 11:24   ` Thomas A. Schmitz
@ 2008-10-16 12:52     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2008-10-16 12:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thomas A. Schmitz wrote:
> On Oct 16, 2008, at 11:26 AM, Wolfgang Schuster wrote:
> 
>> On Thu, Oct 16, 2008 at 9:47 AM, Thomas A. Schmitz
>> <thomas.schmitz@uni-bonn.de> wrote:
>>> Hi all,
>>>
>>> the answer to this one may be completely obvious, but I haven't found
>>> anything: I know we can define fallback fonts in mkiv, but is it
>>> possible to define fallbacks for single characters. Let's take  
>>> 0x0113,
>>> "emacron."
>> \definefontfallback [myfallback] [Fallbackfont] [0x0113]
>> [force=yes|no,check=yes|no]
>>
>> % check : only replace when present in replacement font (default: no)
>> % force : force replacent even when basefont has glyph  (default: yes)
>>
>>> Is it possible to define "if character is present in
>>> current font, use it; else \buildtextaccent\macron e" ?
> 
> Wolfgang, thanks for your answer! But if I understand  
> definefontfallback correctly, this will define a replacement font -  
> that's not what I want. I want to take glyphs from the same font,  
> either the matching glyph or a composite one.

you can falback on the fotn itself then

but, did you try the compose=yes feature?


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-10-16 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-16  7:47 fallbacks for characters Thomas A. Schmitz
2008-10-16  9:26 ` Wolfgang Schuster
2008-10-16 11:24   ` Thomas A. Schmitz
2008-10-16 12:52     ` Hans Hagen

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