ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fonts... bold smallcaps
@ 2015-10-08  9:40 Willi Egger
  2015-10-08 10:09 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Willi Egger @ 2015-10-08  9:40 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi all,

sorry for bothering you with this.

I have a font Seravek-Regular.otf and Seravek-Bold.otf. It is actually my company font.

Now I needed to use bold-smallcaps. But I can not get it working, though otfinfo tells, that in the bold font there are smallcaps

In my typescript file I have the following two lines, from which the Regular variant works perfectly well.

 \definefontsynonym [SansCaps]          [Seravek-Regular]    [features=smallcaps]
 \definefontsynonym [SansBoldCaps]      [Seravek-Bold]       [features=smallcaps]

I tried to get bold smallcaps with \bf\sc but without success.

Can anyone point me what to do?

Kind regards

Willi


___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Fonts... bold smallcaps
  2015-10-08  9:40 Fonts... bold smallcaps Willi Egger
@ 2015-10-08 10:09 ` Wolfgang Schuster
  2015-10-08 10:24   ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2015-10-08 10:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Willi Egger <mailto:context@boede.nl>
> 8. Oktober 2015 um 11:40
> Hi all,
>
> sorry for bothering you with this.
>
> I have a font Seravek-Regular.otf and Seravek-Bold.otf. It is actually 
> my company font.
>
> Now I needed to use bold-smallcaps. But I can not get it working, 
> though otfinfo tells, that in the bold font there are smallcaps
>
> In my typescript file I have the following two lines, from which the 
> Regular variant works perfectly well.
>
> \definefontsynonym [SansCaps] [Seravek-Regular] [features=smallcaps]
> \definefontsynonym [SansBoldCaps] [Seravek-Bold] [features=smallcaps]
>
> I tried to get bold smallcaps with \bf\sc but without success.
>
> Can anyone point me what to do?
\bf\setsmallcaps

Wolfgang

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

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

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Fonts... bold smallcaps
  2015-10-08 10:09 ` Wolfgang Schuster
@ 2015-10-08 10:24   ` Taco Hoekwater
  2015-10-08 13:20     ` Willi Egger
  0 siblings, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2015-10-08 10:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> On 08 Oct 2015, at 12:09, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Willi Egger  8. Oktober 2015 um 11:40
>> Hi all,
>> 
>> sorry for bothering you with this.
>> 
>> I have a font Seravek-Regular.otf and Seravek-Bold.otf. It is actually my company font.
>> 
>> Now I needed to use bold-smallcaps. But I can not get it working, though otfinfo tells, that in the bold font there are smallcaps
>> 
>> In my typescript file I have the following two lines, from which the Regular variant works perfectly well.
>> 
>> \definefontsynonym [SansCaps] [Seravek-Regular] [features=smallcaps]
>> \definefontsynonym [SansBoldCaps] [Seravek-Bold] [features=smallcaps]
>> 
>> I tried to get bold smallcaps with \bf\sc but without success.

SansBoldCaps does not have a ‘short form’, afaik.

>> Can anyone point me what to do?
> \bf\setsmallcaps

(or \let\sc\setsmallcaps, somewhere in the setup section, which is what I usually do).

Note that this method does not need nor use the SansCaps and SansBoldCaps synonyms in the typescript, and that it only works for well-behaved opentype fonts. Oh, and it may give you italic smallcaps, something the old ’SansCaps’ based method never did.

Best wishes,
Taco



___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Fonts... bold smallcaps
  2015-10-08 10:24   ` Taco Hoekwater
@ 2015-10-08 13:20     ` Willi Egger
  2015-10-09 15:06       ` Alan BRASLAU
  0 siblings, 1 reply; 5+ messages in thread
From: Willi Egger @ 2015-10-08 13:20 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Wolfgang and Taco,

thank you for this!

Tac, the font Seravek I have is a bought font from processtype.

Willi
> On 8 okt. 2015, at 12:24, Taco Hoekwater <taco@elvenkind.com> wrote:
> 
>> 
>> On 08 Oct 2015, at 12:09, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
>> 
>>> Willi Egger  8. Oktober 2015 um 11:40
>>> Hi all,
>>> 
>>> sorry for bothering you with this.
>>> 
>>> I have a font Seravek-Regular.otf and Seravek-Bold.otf. It is actually my company font.
>>> 
>>> Now I needed to use bold-smallcaps. But I can not get it working, though otfinfo tells, that in the bold font there are smallcaps
>>> 
>>> In my typescript file I have the following two lines, from which the Regular variant works perfectly well.
>>> 
>>> \definefontsynonym [SansCaps] [Seravek-Regular] [features=smallcaps]
>>> \definefontsynonym [SansBoldCaps] [Seravek-Bold] [features=smallcaps]
>>> 
>>> I tried to get bold smallcaps with \bf\sc but without success.
> 
> SansBoldCaps does not have a ‘short form’, afaik.
> 
>>> Can anyone point me what to do?
>> \bf\setsmallcaps
> 
> (or \let\sc\setsmallcaps, somewhere in the setup section, which is what I usually do).
> 
> Note that this method does not need nor use the SansCaps and SansBoldCaps synonyms in the typescript, and that it only works for well-behaved opentype fonts. Oh, and it may give you italic smallcaps, something the old ’SansCaps’ based method never did.
> 
> Best wishes,
> Taco
> 
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Fonts... bold smallcaps
  2015-10-08 13:20     ` Willi Egger
@ 2015-10-09 15:06       ` Alan BRASLAU
  0 siblings, 0 replies; 5+ messages in thread
From: Alan BRASLAU @ 2015-10-09 15:06 UTC (permalink / raw)
  To: Willi Egger; +Cc: NTG-Context ConTeXt users

On Thu, 8 Oct 2015 15:20:51 +0200
Willi Egger <context@boede.nl> wrote:

> the font Seravek I have is a bought font from processtype.

Looks Greek to me...
;-)

Alan
___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2015-10-09 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-08  9:40 Fonts... bold smallcaps Willi Egger
2015-10-08 10:09 ` Wolfgang Schuster
2015-10-08 10:24   ` Taco Hoekwater
2015-10-08 13:20     ` Willi Egger
2015-10-09 15:06       ` Alan BRASLAU

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