Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ACSU.BUFFALO.EDU!xiaofei From: xiaofei@ACSU.BUFFALO.EDU (XiaoFei Wang) Newsgroups: comp.lang.postscript Subject: How to center a string with different fonts? Message-ID: <9106180838.AA21008@autarch.acsu.buffalo.edu> Date: 18 Jun 91 08:38:46 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 12 I know how to center a string. Now the question is: Since it is not possible to make a string of different fonts, how do I center something like ``TlambdaNarrowup'' ? The question comes when I print a graph lable. OK, this can be done by print ``T_N_'' first and then print ``_lambda_arrowup'' where ``_'' denotes space. But then how do you center ``T[sub]lambdaN[sup]arrowup''? Thanks.