GRASS Programmer's Manual  6.4.2(2012)
Text_size.c
Go to the documentation of this file.
00001 #include "driver.h"
00002 #include "driverlib.h"
00003 
00004 void COM_Text_size(int x, int y)
00005 {
00006     text_size_x = (double)x / 25.0;
00007     text_size_y = (double)y / 25.0;
00008 }
00009 
00010 void COM_Text_rotation(double val)
00011 {
00012     text_rotation = (double)val;
00013 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines