ender2012 / xmlisp

Automatically exported from code.google.com/p/xmlisp
0 stars 0 forks source link

Font related warnings when loading cocoa via (require :cocoa) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (require :cocoa)

What is the expected output? What do you see instead?

expect: no warning output

Original issue reported on code.google.com by alex.rep...@gmail.com on 9 Dec 2009 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by alex.rep...@gmail.com on 9 Dec 2009 at 10:39

GoogleCodeExporter commented 8 years ago
Gail: Yes, very unbecoming (though harmless).  We'll address this as part of 
Milestone 3 at the latest.

Original comment by alex.rep...@gmail.com on 9 Dec 2009 at 10:41

GoogleCodeExporter commented 8 years ago
The log entries claiming that [NSFontManager convertFont:toHaveTrait:] is 
unimplemented are no longer 
generated as of CCL r13350.  While that method is implemented, we still get log 
entries stating that it failed to 
find a font with the desired trait.  (Whether or not this is a bug hasn't been 
tested.)

Original comment by palter@clozure.com on 31 Dec 2009 at 8:46

GoogleCodeExporter commented 8 years ago

Original comment by palter@clozure.com on 13 Jan 2010 at 3:05

GoogleCodeExporter commented 8 years ago

Original comment by palter@clozure.com on 13 Jan 2010 at 3:07

GoogleCodeExporter commented 8 years ago
I entered Cocotron issue 492 to track the fact that Cocotron doesn't give you a 
10 point font when you ask for a 
10 point font.  (Cocotron gives you what the Mac thinks would be 10 point which 
is smaller than expected as the 
Mac works with 72 DPI resolution vs. Windows 96 DPI.)

While we wait for a fix from the Cocotron group, I've checked in a workaround 
in CCL r13402.

Original comment by palter@clozure.com on 21 Jan 2010 at 9:51