// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // // ==================================================================== // Style for use by ScrollTextBoxes, removing the backgr.image and // having very small fonts, allowing for the creation of multiline // small(er) labels. // ==================================================================== class STY_SmallMultiLineLabel extends GUIStyles; defaultproperties { KeyName="SmallMultiLineLabel" Images(0)=None Images(1)=None Images(2)=None Images(3)=None Images(4)=None FontNames(0)="GeoSmallerFont" FontNames(1)="GeoSmallerFont" FontNames(2)="GeoSmallerFont" FontNames(3)="GeoSmallerFont" FontNames(4)="GeoSmallerFont" 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 }