Re: [NTG-context] Font with compreensive unicode

2009-02-24 Thread Idris Samawi Hamid



Hi Maurí­cio,

On Mon, 23 Feb 2009 18:39:28 -0700, Maurí­cio   
wrote:



Is there a font I could select that would give
me a wide set of unicode characters?


You can also use fallbacks to fill in any holes you may encounter...

Best wishes
Idris

--
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

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


Re: [NTG-context] Font with compreensive unicode

2009-02-24 Thread luigi scarso
On Tue, Feb 24, 2009 at 2:39 AM, Maurí­cio  wrote:
> Hi,
>
> I'm using ConTeXt to create a small table of
> unicode characters. Below is my current test. The
> codes are:
>
> U+2019 is a single quotation mark
> U+2610 should be a ballot box
> U+226b should be a "much greater than" (>>)
> U+2115 should be the N as used to represent the natural numbers
>
> I get 2019 right, 2610 becomes a blank,
> 226b becomes just a 'b' and 2115 is also
> a blank. The choosen font is just one I
> selected (randomly) for testing.
>
> Is there a font I could select that would give
> me a wide set of unicode characters?
ArialUnicode
or see
http://en.wikipedia.org/wiki/Arial_Unicode_MS
-- 
luigi
___
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
___


[NTG-context] Font with compreensive unicode

2009-02-23 Thread Maurí­cio

Hi,

I'm using ConTeXt to create a small table of
unicode characters. Below is my current test. The
codes are:

U+2019 is a single quotation mark
U+2610 should be a ballot box
U+226b should be a "much greater than" (>>)
U+2115 should be the N as used to represent the natural numbers

I get 2019 right, 2610 becomes a blank,
226b becomes just a 'b' and 2115 is also
a blank. The choosen font is just one I
selected (randomly) for testing.

Is there a font I could select that would give
me a wide set of unicode characters? Actually: is
the choice of font the reason for the missing
characters, or I'm just doing something wrong?

Thanks in advance,
Maurício



\enableregime[utf]
\mainlanguage[en]

\definefontsynonym [myfont] [name:texgyretermesregular]
\definefont [tudo] [myfont at 10pt]

\defineframed [tabelado]
[height=2cm,width=2cm,align=middle,corner=round]

\starttext

\tudo

\noheaderandfooterlines

\startcombination[2*2]
{ \tabelado{\blank \char"2019 \par \blank} } { 2019 }
{ \tabelado{\blank \char"2610 \par \blank} } { 2610 }
{ \tabelado{\blank \char"226b \par \blank} } { 226b }
{ \tabelado{\blank \char"2115 \par \blank} } { 2115 }
\stopcombination

\stoptext



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