Changes between Version 1 and Version 2 of Grass7/DisplayLib


Ignore:
Timestamp:
Jun 19, 2009, 2:15:39 AM (15 years ago)
Author:
martinl
Comment:

list of fns

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/DisplayLib

    v1 v2  
    44
    55Directory {{{lib/raster}}} will be used for [wiki:Grass7/RasterLib raster library]. Initial step is to move '''R_()''' fns to '''D_()''' located in {{{lib/display}}}. Here is the list:
     6
     7|| R_open_driver ||
     8|| R_close_driver ||
     9|| R_standard_color ||
     10|| R_RGB_color ||
     11|| R_line_width ||
     12|| R_erase ||
     13|| R_pos_abs ||
     14|| R_box_abs ||
     15|| R_text_size ||
     16|| R_text_rotation ||
     17|| R_set_window ||
     18|| R_get_window ||
     19|| R_text ||
     20|| R_get_text_box ||
     21|| R_font ||
     22|| R_encoding ||
     23|| R_font_list ||
     24|| R_font_info ||
     25|| R_begin_scaled_raster ||
     26|| R_scaled_raster ||
     27|| R_end_scaled_raster ||
     28|| R_bitmap ||
     29|| R_begin ||
     30|| R_move ||
     31|| R_cont ||
     32|| R_close ||
     33|| R_stroke ||
     34|| R_fill ||
     35|| R_point ||