Home
last modified time | relevance | path

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

123456

/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()}!important");
59 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!important");
81 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
H A DButtonTag.php68 $tagAttributes->addComponentAttributeValue(TextColor::TEXT_COLOR_ATTRIBUTE, $type);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php243 'TextColor' => $this->TextColor,
290 $this->TextColor = $state['TextColor'];
/plugin/html2pdf/html2pdf/html2ps/
H A 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/
H A 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/
H A Dfcktoolbaritems.js98 …case 'TextColor' : oItem = new FCKToolbarPanelButton( 'TextColor', FCKLang.TextColor, null, null,…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dcolor.js19 …yle().With({styles:{mathcolor:e}});this.stack.env.color=e;this.Push(f)},TextColor:function(h){var …
/plugin/wysiwyg/fckeditor/editor/lang/
H A Dfo.js87 TextColor : "Tekstlitur", property in FCKLang
H A Dgl.js87 TextColor : "Cor do Texto", property in FCKLang
H A Dhu.js87 TextColor : "Betűszín", property in FCKLang
H A Dlv.js87 TextColor : "Teksta krāsa", property in FCKLang
H A Dmn.js87 TextColor : "Фонтны өнгө", property in FCKLang
H A Dpt.js87 TextColor : "Cor do Texto", property in FCKLang
H A Dsl.js87 TextColor : "Barva besedila", property in FCKLang
H A Dsr-latn.js87 TextColor : "Boja teksta", property in FCKLang
H A Daf.js87 TextColor : "Karakter kleur", property in FCKLang
H A Dbn.js87 TextColor : "টেক্স্ট রং", property in FCKLang
H A Dbs.js87 TextColor : "Boja teksta", property in FCKLang
/plugin/fckg/fckeditor/editor/lang/
H A Dlv.js91 TextColor : "Teksta krāsa", property in FCKLang
H A Dmn.js91 TextColor : "Фонтны өнгө", property in FCKLang
H A Dms.js91 TextColor : "Warna Text", property in FCKLang
H A Dnb.js91 TextColor : "Tekstfarge", property in FCKLang
H A Dno.js91 TextColor : "Tekstfarge", property in FCKLang
H A Dru.js91 TextColor : "Цвет текста", property in FCKLang
H A Dzh.js91 TextColor : "文字顏色", property in FCKLang

123456