Kaydet (Commit) 11cd641c authored tarafından matteocam's avatar matteocam

Experiment with underlining in VclProcessor's text rendering

Change-Id: Ib1f0e853dec1cb9aa00f585e5d8cdce836478ebb
üst 74fa26c8
...@@ -190,9 +190,13 @@ namespace drawinglayer ...@@ -190,9 +190,13 @@ namespace drawinglayer
// set FillColor Attribute // set FillColor Attribute
// FIXME(matteocam) // FIXME(matteocam)
// XXX: is "Color" the right type // XXX: is "Color" the right type
const Color aFillColor(pTCPP->getFillColor() );
if( aFillColor != COL_TRANSPARENT ) //const Color aFillColor(pTCPP->getFontFillColor() );
//if( aFillColor != COL_TRANSPARENT )
// set fill Color if underlined
if ( eFontUnderline != UNDERLINE_NONE )
{ {
aFillColor = RGB_COLORDATA(0x66, 0x66, 0xff)
aFont.SetFillColor(aFillColor); aFont.SetFillColor(aFillColor);
aFont.SetTransparent(false); aFont.SetTransparent(false);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment