Home
last modified time | relevance | path

Searched refs:TextColor (Results 1 – 25 of 188) sorted by relevance

12345678

/plugin/combo/ComboStrap/
H A DTextColor.php7 class TextColor class
36 $colorAttributes = [TextColor::CSS_ATTRIBUTE, TextColor::TEXT_COLOR_ATTRIBUTE];
52 …$attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$primaryColor->toRgbHex()}!im…
59 …$attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!…
81 … $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
H A DButtonTag.php68 $tagAttributes->addComponentAttributeValue(TextColor::TEXT_COLOR_ATTRIBUTE, $type);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
DFpdfTplTrait.php243 'TextColor' => $this->TextColor,
290 $this->TextColor = $state['TextColor'];
/plugin/html2pdf/html2pdf/html2ps/
Dpdf.fpdf.php1075 var $TextColor; //commands for text color variable in FPDF
1653 $this->TextColor='0 g';
1797 $tc=$this->TextColor;
1823 $this->TextColor=$tc;
1841 $this->TextColor=$tc;
1873 $this->ColorFlag = ($this->FillColor!=$this->TextColor);
1881 $this->TextColor=sprintf('%.3f g',$r/255);
1883 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
1886 $this->ColorFlag=($this->FillColor!=$this->TextColor);
2076 $s='q '.$this->TextColor.' '.$s.' Q';
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php984 var $TextColor; //commands for text color variable in FPDF
1560 $this->TextColor='0 g';
1786 $tc=$this->TextColor;
1816 $this->TextColor=$tc;
1836 $this->TextColor=$tc;
1884 $this->ColorFlag=($this->FillColor!=$this->TextColor);
1892 $this->TextColor=sprintf('%.3f g',$r/255);
1894 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
1897 $this->ColorFlag=($this->FillColor!=$this->TextColor);
2121 $s='q '.$this->TextColor.' '.$s.' Q';
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcktoolbaritems.js98 …case 'TextColor' : oItem = new FCKToolbarPanelButton( 'TextColor', FCKLang.TextColor, null, null,…
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcktoolbaritems.js97 …case 'TextColor' : oItem = new FCKToolbarPanelButton( 'TextColor', FCKLang.TextColor, null, null,…
/plugin/diagramsnet/lib/math/extensions/TeX/
Dcolor.js19 …yle().With({styles:{mathcolor:e}});this.stack.env.color=e;this.Push(f)},TextColor:function(h){var … method
/plugin/grensladawritezor/fckeditor/editor/lang/
Dhe.js85 TextColor : "צבע טקסט", property
Dja.js85 TextColor : "テキスト色", property
Daf.js85 TextColor : "Karakter kleur", property
Dhi.js85 TextColor : "टेक्स्ट रंग", property
Dpt-br.js85 TextColor : "Cor do Texto", property
Den-au.js85 TextColor : "Text Colour", property
Dsr.js85 TextColor : "Боја текста", property
Dzh-cn.js85 TextColor : "文本颜色", property
Dlv.js85 TextColor : "Teksta krāsa", property
Den.js85 TextColor : "Text Color", property
Dfa.js85 TextColor : "رنگ متن", property
Dms.js85 TextColor : "Warna Text", property
Dnl.js85 TextColor : "Tekstkleur", property
Dda.js85 TextColor : "Tekstfarve", property
Dbs.js85 TextColor : "Boja teksta", property
Dbg.js85 TextColor : "Цвят на текста", property
Den-uk.js85 TextColor : "Text Colour", property

12345678