I was working with the current Font implementation and realized that there was no way to initialize the native binding since the constructor was defined in the platform independent file. In fact stack allocation seems to be used to bind the native font at each drawText request in the Mac impl. Can we move the constructor to the platform dependent implementations like you have done for most of the plaf objects ?
Mike _______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
