// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Style for use by ScrollTextBoxes, removing the backgr.image, // allowing for the creation of multiline labels. // ==================================================================== class STY_MultiLineLabel extends GUIStyles; defaultproperties { KeyName="MultiLineLabel" Images(0)=None Images(1)=None Images(2)=None Images(3)=None Images(4)=None FontNames(0)="GeoSmallFont" FontNames(1)="GeoSmallFont" FontNames(2)="GeoSmallFont" FontNames(3)="GeoSmallFont" FontNames(4)="GeoSmallFont" FontColors(0)=(R=255,G=255,B=255,A=255) FontColors(1)=(R=255,G=255,B=255,A=255) FontColors(2)=(R=255,G=255,B=255,A=255) FontColors(3)=(R=255,G=255,B=255,A=255) FontColors(4)=(R=255,G=255,B=255,A=255) BorderOffsets(0)=0 BorderOffsets(1)=0 BorderOffsets(2)=0 BorderOffsets(3)=0 }