Since a few days now we have a new build slave for the xemacs buildbot. It is an iMac: "Mac OSX 10.6.8, iMac 3.06 GHz Intel Core i3". Thanks Raymond Toy for providing this resource.
This is an example on how to set the fonts in XEmacs under Windows.
(when (memq (device-type) '(mswindows)) (set-face-font 'default "Courier New:Regular:8::") (set-face-font 'buffers-tab "Courier New:Bold:8::") (set-face-font 'bold "Courier New:Bold:8::") (set-face-font 'italic "Courier New:Italic:8::"))