From: John H. <jdh...@ac...> - 2004-03-12 22:13:46
|
>>>>> "Paul" == Paul Barrett <ba...@st...> writes: Paul> Just to make sure that I have this straight, the Text class Paul> should look like this: Paul> def __init__(self, ..., font, ...): ... Yep Paul> If so, do you planning on changing get_fontxxxx() for Paul> get_font()? No. you should have a get_font, an also get_fontxxxx that forwards the call to the font object for backwards compatability. Paul> I should be able to do most of it. Awesome! JDH |