/* * Motif * * Copyright (c) 1987-2012, The Open Group. All rights reserved. * * These libraries and programs are free software; you can * redistribute them and/or modify them under the terms of the GNU * Lesser General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * * These libraries and programs are distributed in the hope that * they will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU Lesser General Public License for more * details. * * You should have received a copy of the GNU Lesser General Public * License along with these librararies and programs; if not, write * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth * Floor, Boston, MA 02110-1301 USA */ /* * HISTORY */ /* static char rcsid[] = "$XConsortium: StringDraw.dat /main/5 1995/07/13 19:55:29 drk $" */ #) This is the StringDraw test to test XmStringDraw. #) You should see a BulletinBoard containing an empty DrawingArea widget of size 300x200. C) #) There should be four lines showing the same string "TEST STRING FOR CLIPPING", in font "9x15bold" (or "fixed" if "9x15bold" is not available), with different levels of clipping taking place. #) Line 1 should show the string "TEST STRING FOR CLIPPING" complete. #) Line 2 should show the string "TEST STRING FOR CLIPPING" with some horizontal clipping, meaning, some of the characters should be clipped off. #) Line 3 should show the string "TEST STRING FOR CLIPPING" complete in the horizontal direction, but with characters getting clipped in height. #) Line 4 should show the string "TEST STRING FOR CLIPPING" with both horizontal and vertical clipping. E)