InitialObjectDescriptor { objectDescriptorID 1 audioProfileLevelIndication 255 visualProfileLevelIndication 254 sceneProfileLevelIndication 1 graphicsProfileLevelIndication 1 ODProfileLevelIndication 1 esDescr [ ES_Descriptor { ES_ID 1 decConfigDescr DecoderConfigDescriptor { streamType 3 decSpecificInfo BIFSConfig { isCommandStream true pixelMetric true pixelWidth 600 pixelHeight 650 } } } ] } OrderedGroup { children [ Background2D { backColor 1 1 1 } WorldInfo { info ["This shows Layout node" "performing text splitting at word boundaries" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"] title "Layout Text Test" } Transform2D { children [ DEF BOUNDS Shape { appearance Appearance { material Material2D { emissiveColor 0 0 0 } } geometry Rectangle { size 160 160 } } Transform2D { translation 0 -100 children [ DEF S Shape { appearance DEF APPTEXT Appearance { material Material2D { emissiveColor 0 0 0 filled TRUE } } geometry Text { string ["Sample text use to check if text splitting is ok with layout: aei pqg dtS..."] fontStyle DEF FS FontStyle { justify ["MIDDLE"] size 16 } } } ] } Layout { wrap TRUE size 160 160 justify ["BEGIN" "END"] children [ Shape { appearance USE APPTEXT geometry Text { string ["Sample text used to check if text splitting is ok with layout: aei pqg dtS..."] fontStyle USE FS } } ] } ] } ] }