[TYPO3-german] gifbuilder: bestimmtes zeichen andere schriftart

Philipp Holdener philipp at holdener.ch
Tue Aug 10 14:10:39 CEST 2010


Am 10.08.10 13:55, schrieb Philipp Holdener:
> Am 10.08.10 13:35, schrieb PhillipPons:
>> Hallo,
>> probiere doch mal folgendes,
>> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/1/
>>
>>
>>
>> suche hier nach: "charMapConfig"
>>
>> oder suche hier nach: "splitRendering"
>> http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/9/2/#id4249430
>>
>>


ich verstehe das irgendwie nicht so ganz .. ich hab jetzt das hier im Setup

# Das hier wäre das neue
_GIFBUILDER.charRangeMap {
   123 = fileadmin/templates/fonts/maincontent.ttf
   123 {
     charMapConfig {
       fontFile = fileadmin/templates/fonts/arial.ttf
       value = 27
     }
   }
}


# Das hier ist mein Code mit der Schrift ohne '
temp.header_grafik = COA
temp.header_grafik {
   10 = IMG_RESOURCE
   10.file = GIFBUILDER
   10.file {
     XY = 400,[10.h]+8
     backColor = #1E1E1E
     transparentBackground = 1

     10 = TEXT
     10 {
       text.current = 1
       fontSize = 46
       fontFile = fileadmin/templates/fonts/maincontent.ttf
       offset = 0,38
       fontColor = #954F1C
     }

   }
   10.stdWrap {
     wrap = <h2 class="text-programm" style="background-image: url('|');">
     append = TEXT
     append {
       current = 1
       wrap = |</h2>
     }
   }
}

Gruss
Philipp


More information about the TYPO3-german mailing list