ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Font problems
@ 2013-05-31 11:52 "H. Özoguz"
  2013-05-31 12:22 ` Khaled Hosny
  0 siblings, 1 reply; 11+ messages in thread
From: "H. Özoguz" @ 2013-05-31 11:52 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 652 bytes --]

Hi there,

I cant run the font "ramnaclq-webfont.ttf" (see attachment) in Context.

After the command "mtxrun --script fonts --reload" and "mtxrun --script 
font --list --all ramna" I get:

> ramnaclassiqueregular ramnaclassique c:/windows/fonts/ramnaclq-webfont.ttf

So the font is installed, correct?

But it can not be used in Context, test this:

\definefont[amiri][file:ramnaclq-webfont.ttf*arabic at 17 pt]
\define[1]\Arab{\setupalign[r2l]\amiri#1}
\starttext
\Arab{
نَسْتَعِينُ وَلَا الضَّالِّينَ
}
\stoptext

Then the text in the pdf is not there. What is the problem here?

Thanks!
Huseyin

[-- Attachment #2: ramnaclq-webfont.ttf --]
[-- Type: application/octet-stream, Size: 41320 bytes --]

[-- Attachment #3: 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] 11+ messages in thread
* font problems
@ 2021-11-26 11:59 jdh via ntg-context
  2021-11-26 12:30 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 11+ messages in thread
From: jdh via ntg-context @ 2021-11-26 11:59 UTC (permalink / raw)
  To: ntg-context; +Cc: jdh


Here's my MWE:
       Objective is to typeset a Chancery font text in the upper lefthand side of a page, and
       then do the main body in some normal font.  Then at the very last print a sign off in
       Chancery.  For some reason I can't get both to print out as Chancery. Only one or the
       other, but not both.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definefontfamily [mwetest] [sans] [Liberation Sans]
\setupbodyfont [mwe,ss,12pt]

\definelayer[mwe][repeat=yes, preset=lefttop, hoffset=.125in, voffset=.125in]
\setlayer[mwe]   {  \switchtobodyfont[chancery,8pt] \hskip 5mm Chancery Font Here  }	
\setupbackgrounds[page][background=mwe]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\starttext

Normal font text goes here. \blank[4*big]

 { \switchtobodyfont[chancery] This should be Chancery here to.  But isn't. }

\blank[2*big]Note that if I comment out the \type{setlayer[mwe]} in the source file, then the above will print in Chancery.

\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


I'd like to have the layers in Chancery font and then one last text string in the body in Chancery font.  But I can't get them both to be Chancery.  How can that be done?
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread
* Font problems.
@ 2015-05-02 14:19 John Culleton
  2015-05-02 18:05 ` Pablo Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: John Culleton @ 2015-05-02 14:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On the same source file Texlive 2004  context
(mkiv) can find files that a more recent stand
alone version of context can't. I need to set
something somewhere so that the stand alone
version can find files in /usr/share/fonts/OTF.

I call the stand alone version from a script
called "Context" in /usr/local/bin:
--------------------------------
. /home/safe/context/tex/setuptex
context $1
-------------------------------------
/home/safe is my home directory. Stand alone
context is in /home/safe/context. It is dated Jan
27 2015.
-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
Updated PDF e-book: "Create Book Covers with
Scribus 1.4.5" coming soon at
http://www.booklocker.com/!
___________________________________________________________________________________
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] 11+ messages in thread
* Re: Font problems
@ 2013-05-31 13:24 "H. Özoguz"
  2013-05-31 14:19 ` Idris Samawi Hamid ادريس   سماوي حامد
  2013-05-31 14:32 ` Idris Samawi Hamid ادريس   سماوي حامد
  0 siblings, 2 replies; 11+ messages in thread
From: "H. Özoguz" @ 2013-05-31 13:24 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

Thanks Khaled, very sad, it is very nice. You can find it here in action:
http://quranflash.com/quranflash.html (But not as typed font, only 
pictures I think).

Ok, doesn't matter, if impossible, then impossible. Next question:

With the font file "maddina.ttf" I have the same problems. But this font 
is clearly not broken, you can download it here: 
http://www.searchfreefonts.com/free/quran-madina.htm (or see attachment 
of this mail).

But is the problem here?

Huseyin

[-- Attachment #2: quranmadina_arab.zip --]
[-- Type: application/x-zip-compressed, Size: 37075 bytes --]

[-- Attachment #3: 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] 11+ messages in thread
[parent not found: <3.0.5.32.20010820195552.00859200@mail.northcoast.com>]

end of thread, other threads:[~2021-11-26 12:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31 11:52 Font problems "H. Özoguz"
2013-05-31 12:22 ` Khaled Hosny
  -- strict thread matches above, loose matches on Subject: below --
2021-11-26 11:59 font problems jdh via ntg-context
2021-11-26 12:30 ` Hans Hagen via ntg-context
2021-11-25  5:28   ` jdh via ntg-context
2015-05-02 14:19 Font problems John Culleton
2015-05-02 18:05 ` Pablo Rodriguez
2013-05-31 13:24 "H. Özoguz"
2013-05-31 14:19 ` Idris Samawi Hamid ادريس   سماوي حامد
2013-05-31 14:32 ` Idris Samawi Hamid ادريس   سماوي حامد
     [not found] <3.0.5.32.20010820195552.00859200@mail.northcoast.com>
     [not found] ` <5.1.0.14.1.20010821101947.0341a320@server-1>
2001-08-21 17:48   ` David Arnold

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