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

Set transparency besides color for text with fill (i.e. underlined text)

Change-Id: I88a90facac656f846a88315951b4769f502662a0
üst d84dba8b
...@@ -134,6 +134,7 @@ void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev ) ...@@ -134,6 +134,7 @@ void EditCharAttribUnderline::SetFont( SvxFont& rFont, OutputDevice* pOutDev )
/* FIXME(matteocam) */ /* FIXME(matteocam) */
rFont.SetFillColor(aColor); // XXX: alone it works but it set it white (vcl causing troubes?) rFont.SetFillColor(aColor); // XXX: alone it works but it set it white (vcl causing troubes?)
rFont.SetTransparent(false); // XXX: will this be enough?
//if (pOutDev) //if (pOutDev)
// pOutDev->SetTextFillColor(aColor); // this doesn't work either // pOutDev->SetTextFillColor(aColor); // this doesn't work either
// end FIXME // end FIXME
......
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