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?\starttextThis 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