ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: ntg-context@ntg.nl
Subject: Re: \getscaledglyph for width-only
Date: Thu, 18 Aug 2016 10:20:17 +0200	[thread overview]
Message-ID: <0c1932c4-4bcd-286c-bc1c-16c24c596ba1@wxs.nl> (raw)
In-Reply-To: <296DB2BB-3E87-4B3A-AC16-E040DBF9EA72@landy.cx>

On 8/18/2016 1:12 AM, Brian R. Landy wrote:
>
>> On Aug 17, 2016, at 5:45 PM, Hans Hagen <pragma@wxs.nl> wrote:
>>
>> On 8/17/2016 9:56 PM, Brian R. Landy wrote:
>>> Hi, I was wondering if there is a way to call \getscaledglyph to scale a
>>> glyph only horizontally, leaving the height untouched?  Or maybe an
>>> alternate command?
>>>
>>> I can sort of accomplish this with (for example)
>>> \scale[sx=0.75,sy=1.0]{}{A}, but that encloses the glyph in an \hbox,
>>> which can be problematic.  \getscaledglyph doesn't cause me any
>>> problems, except that it scales the height too.
>>
>> \starttext
>>
>> \definefontfeature[whatever][default][extend=2.5]
>>
>> \definedfont[Serif*whatever at 12pt]
>>
>> whatever
>>
>> \stoptext
>>
>
> Thank you.  One thing that \getscaledglyph does it works agnostic to the currently selected font.  For example:

scaling glyphs in one direction is kind of bad anyway so if you want 
just one glyph you can do

\inframed{\scale[width=3em,height=1ex]{...}}

or whatever suits the purpose

> \starttext
>
> % This will print a sans “A” 1.5x larger than 12pt
> \switchtobodyfont[12pt,sans]
> \getscaledglyph{1.5}{}{A}\par
>
> % This will print a serif “A” 1.5x larger than 10pt
> \switchtobodyfont[10pt,serif]
> \getscaledglyph{1.5}{}{A}\par
>
> \stoptext
>
> I’m guessing there isn’t a way to use \definedfont  in a similar fashion?

\definedfont[Serif*whatever sa 1.5]

>
> Also, I noticed that \definedfont doesn’t seem to play nicely with \switchtobodyfont:
>
> \starttext
>
> \definefontfeature[whatever][default][extend=2.5]
>
> % This looks ok
> \switchtobodyfont[12pt,serif]
> {\definedfont[Serif*whatever at 12pt] what}ever\par
>
> % the “ever” is not printed properly, it overlaps itself
> \switchtobodyfont[10pt,serif]
> {\definedfont[Serif*whatever at 10pt] what}ever\par
>
> \stoptext
>
> Best,
> Brian
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>


-- 

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

  reply	other threads:[~2016-08-18  8:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17 19:56 Brian R. Landy
2016-08-17 21:45 ` Hans Hagen
2016-08-17 23:12   ` Brian R. Landy
2016-08-18  8:20     ` Hans Hagen [this message]
2016-08-18 16:30       ` Brian R. Landy
2016-08-18 22:11         ` Hans Hagen
2016-08-20 11:53         ` Hans Hagen

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=0c1932c4-4bcd-286c-bc1c-16c24c596ba1@wxs.nl \
    --to=pragma@wxs.nl \
    --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).