On 10 20 , 4 29 , "Andrea Vettorello" wrote: > On 10/20/07, Mike H wrote: > > > > > > > In emacs, how do I know which one is the font configuration for the > > following font described in windows ? > > > "courier new","size 11" > > > -outline-Courier New-normal-i-normal-normal-*-*-110-110-c-*-*-#163 > > -outline-Courier New-normal-i-normal-normal-*-*-110-110-c-*-iso8859-1 > > . > > . > > . > > > and so on... > > > I don't know which part describes the font and so on.... > > Search for XLFD (X Logical Font Description). For example, the "size > 11" above is the 7th field (pixels) in a XLFD font name, "Courier New" > is the typeface family (family), the second field: > -foundry-family-weight-slant-setwidth-addstyle-pixels-points-horiz-vert-spa­cing-avgwidth-rgstry-encoding > > I'm using > > -xos4-Terminus-Medium-R-Normal--14-140-72-72-C-80-ISO8859-1 > > -- > Andrea- - > > - - thanks !