Home
last modified time | relevance | path

Searched refs:oText (Results 1 – 1 of 1) sorted by relevance

/plugin/switchpanel/tpl/
H A Dswitchpanel.text.none.class.php3 public static function getSvg( $oText, $iX, $iY, $opt, $iWidthSvg ){ argument
5 if( isset( $oText[ 'options' ][ 'size' ] ) ){
6 $iHeightText = $oText[ 'options' ][ 'size' ];
9 if( isset( $oText[ 'options' ][ 'bgColor' ] ) ){
10 $sTextBgColor = $oText[ 'options' ][ 'bgColor' ];
13 if( isset( $oText[ 'options' ][ 'color' ] ) ){
14 $sTextColor = $oText[ 'options' ][ 'color' ];
17 if( isset( $oText[ 'options' ][ 'brColor' ] ) ){
18 $sBrColor = $oText[ 'options' ][ 'brColor' ];
21 if( isset( $oText[ 'options' ][ 'brRadius' ] ) ){
[all …]