http://bugs.winehq.org/show_bug.cgi?id=21534
--- Comment #32 from rasmus.ry@gmail.com 2010-04-02 06:32:07 --- I've been going through a log of the font channel, looking for fonts which may be exceeding the upper limit of 127.
At 127 I find the following fonts: "HalfLife2" (halflife2.ttf), "Tahoma", "Courier New" and "TF2" (tf2.ttf).
Out of these, HalfLife2 and TF2 returns text metrics (through trace:font:GetTextMetricsW) which differ from the height of 127 specified during creation. HalfLife2 by -1 giving 126 and TF2 by +1 giving 128.
I've attached the relevant log snippets for each font.