Abdelrazak Younes wrote:
Andre Poenitz wrote:
On Sat, Sep 29, 2007 at 09:31:22AM -0400, Richard Heck wrote:
Andre Poenitz wrote:
Can anybody think of a reason why ControlCharacter has a Font* member,
and not a Font?
I think it must be connected with these lines:
bool ControlCharacter::initi
Andre Poenitz wrote:
On Sat, Sep 29, 2007 at 09:31:22AM -0400, Richard Heck wrote:
Andre Poenitz wrote:
Can anybody think of a reason why ControlCharacter has a Font* member,
and not a Font?
I think it must be connected with these lines:
bool ControlCharacter::initialiseParams(string const &
On Sat, Sep 29, 2007 at 09:31:22AM -0400, Richard Heck wrote:
> Andre Poenitz wrote:
> >Can anybody think of a reason why ControlCharacter has a Font* member,
> >and not a Font?
> >
> I think it must be connected with these lines:
> bool ControlCharacter::initialiseParams(string const &)
> {
> //
Andre Poenitz wrote:
Can anybody think of a reason why ControlCharacter has a Font* member,
and not a Font?
I think it must be connected with these lines:
bool ControlCharacter::initialiseParams(string const &)
{
// Do this the first time only.
if (!font_.get())
font_.reset(new Font(Font::ALL
Can anybody think of a reason why ControlCharacter has a Font* member,
and not a Font?
Andre'