gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog server/edit_text_character.cpp ...


From: Udo Giacomozzi
Subject: Re: [Gnash-commit] gnash ChangeLog server/edit_text_character.cpp ...
Date: Fri, 20 Jul 2007 18:47:23 +0200

Hello Udo,

Friday, July 20, 2007, 6:42:36 PM, I wrote:
UG> +  cxform cf = character::get_world_cxform();

Is this the correct way? Guess not. Anyway, the ancestor should be
called...


UG> +  if ( 0 /* if using a device font (PP compatibility, TODO) */ ) {

Sandro, once you add that "is device font" flag to the font definition
(you said that in IRC), then change this so that the flag is checked
here.


UG> +    // set alpha to default values to make the text field opaque
UG> +    cf.m_[3][0] = 1.0f;
UG> +    cf.m_[3][1] = 0.0f;

Yes, I know, we should add a setAlpha() or similar function to the
cxform class...


Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]