-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Milestone
Description
Hello, amigo!
I encounter a little quiz about " The gray part of chxbox is the bgColor or fgColor or neither"
and i try it as below:
$chxStyle=array('size'=> 8,'bgColor'=>'ffffff','fgColor'=>'blue');
$textrun1->addFormField('checkbox')->setFontStyle($chxStyle);
then there was a change only on the font_Size, how can I remove the gray color from checkbox.
(or is any relative problem solved here before?)