Am 27.11.2011 um 18:26 schrieb Wolfgang Schuster:

Am 27.11.2011 um 18:20 schrieb Robert Blackstone:

Dear list,

Would it be possible to insert a tiny graphic, not larger than a capital M, into a textline?


\starttext
This is a cow \figuresymbol[cow].
\stoptext

Wolfgang


More control about the height gives you this method:

\defineexternalfigure[inline][height=1.8ex]

\starttext
This is a cow \externalfigure[cow][inline].
\stoptext

Wolfgang

This, especially the second method, is exactly what I wanted. Thank you very much Wolfgang.

Best regards,

Robert Blackstone