Hartmut Birr wrote: > it seems that GetTextMetricsW doesn't work correctly. The value > tmExternalLeading (guiconsole.c line 114) is set to 0xcdcdcdcd. Clearly indicating it's only allocated, never initialized or assigned. May I once again take the opportunity to pitch in "assert is your friend"? :-) /Mike