ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Gidole font problem
@ 2016-12-02 18:36 Mikoláš Štrajt
  2016-12-02 19:00 ` Thomas A. Schmitz
  2016-12-02 19:01 ` Pablo Rodriguez
  0 siblings, 2 replies; 3+ messages in thread
From: Mikoláš Štrajt @ 2016-12-02 18:36 UTC (permalink / raw)
  To: ntg-context

Hi,


I am triying to use custom font in my Context documents.


However, it doesnt work without any obvious trace.


Output is completely blank page.


When I comment out definefontfamily and setupbodyfont commands, it works but output is in Latin Modern font.


See https://gist.github.com/severak/e4c072d508a87e80d52d19123543e982#file-gidole-tex for full log and source code.


Best regards


-- 
Mikoláš Štrajt / Severák / http://severak.neocities.org/


___________________________________________________________________________________
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] 3+ messages in thread

* Re: Gidole font problem
  2016-12-02 18:36 Gidole font problem Mikoláš Štrajt
@ 2016-12-02 19:00 ` Thomas A. Schmitz
  2016-12-02 19:01 ` Pablo Rodriguez
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas A. Schmitz @ 2016-12-02 19:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 02.12.2016 19:36, Mikoláš Štrajt wrote:
> Hi,
>
>
> I am triying to use custom font in my Context documents.
>
>
> However, it doesnt work without any obvious trace.


Your ConTeXt is WAYY too old. You'll have to install a more current version.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gidole font problem
  2016-12-02 18:36 Gidole font problem Mikoláš Štrajt
  2016-12-02 19:00 ` Thomas A. Schmitz
@ 2016-12-02 19:01 ` Pablo Rodriguez
  1 sibling, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2016-12-02 19:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 12/02/2016 07:36 PM, Mikoláš Štrajt wrote:
> Hi,
> I am triying to use custom font in my Context documents.
> However, it doesnt work without any obvious trace.

Hi Mikoláš,

try this:

    \definefontfamily
        [mainface]
        [rm]
        [Gidole]
        [tf=file:Gidole-Regular.ttf]
    \setupbodyfont[mainface]
    \starttext
    \input knuth
    \stoptext

If this works, comment the fourth argument in \definefontfamily.


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2016-12-02 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 18:36 Gidole font problem Mikoláš Štrajt
2016-12-02 19:00 ` Thomas A. Schmitz
2016-12-02 19:01 ` Pablo Rodriguez

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