From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/8935 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: \METAPOST bold Date: Tue, 6 Aug 2002 13:02:26 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020806130226.1cb87a78.morawski@gmx.net> References: <20020806093811.68f59b9c.morawski@gmx.net> <5.1.0.14.1.20020806112213.02139500@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399298 31600 80.91.224.250 (23 Oct 2002 18:54:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:54:58 +0000 (UTC) Original-To: ConTeXt In-Reply-To: <5.1.0.14.1.20020806112213.02139500@server-1> Xref: main.gmane.org gmane.comp.tex.context:8935 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:8935 On Tue, 06 Aug 2002 11:23:54 +0200 Hans Hagen wrote: > At 09:38 AM 8/6/2002 +0200, Jens-Uwe Morawski wrote: > > >Hi, > > > >a short, and i hope easy, question: > > > >how can i write the logo \METAPOST in bold. The logo > >command seems to ignore all font switsches. > > this is because there is no full range of styles available May be ConTeXt can include the definitions/ substitutions (\definefontsynonym) you gave below. That should help in most common cases. > >and: > > > >how can switch to that font used in \METAPOST for > >own texts. (i know that this font contains only 9 glyphs) > > \definefontsynonym [MetaLogo] [logo10] > \definefontsynonym [MetaLogoBold] [logobf10] > \definefontsynonym [MetaLogoSlanted] [logosl10] > \definefontsynonym [MetaLogoItalic] [logosl10] > \definefontsynonym [MetaLogoBoldSlanted] [logobf10] > \definefontsynonym [MetaLogoBoldtalic] [logobf10] > > \symbolicfont{MetaLogo} Is there any documentation to this command. I see it for the first time. > or > > \definefont[RealMetaFont] [logo10] > > \RealMetaFont Thanks. This was my current solution, but i thought that there is something better already included in ConTeXt. Jens