[webkit-dev] Design change request for Font
Mike Emmel
mike.emmel at gmail.com
Sat Mar 18 09:33:51 PST 2006
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
More information about the webkit-dev
mailing list