UF_DRF_render_table_s (view source)
 
Defined in: uf_drf_types.h
 
Also known as:
 


Data Members

begin_line
UF_DRF_begin_line_fn_t


end_line
UF_DRF_end_line_fn_t


set_to_position
UF_DRF_set_to_position_fn_t


draw_to_position
UF_DRF_draw_to_position_fn_t


draw_arc
UF_DRF_draw_arc_fn_t


draw_char
UF_DRF_draw_char_fn_t


draw_standard_font_string
UF_DRF_draw_standard_font_string_fn_t
If the draw_standard_font_string field is not NULL then it
will get called to display a string that uses a standard font
instead of using stroke lines to display the standard font string

draw_user_symbol
UF_DRF_draw_user_symbol_fn_t


set_cfw
UF_DRF_set_cfw_fn_t


push_orientation
UF_DRF_push_orientation_fn_t


pop_orientation
UF_DRF_pop_orientation_fn_t


fill_region
UF_DRF_fill_region_fn_t


standardFontFunCharSize
double
The character size that corresponds to the font size
passed into the draw_standard_font_string function.