UF_DRF_ud_symbol_font_info_s
(view source)
Defined in: uf_drf_types.h
Also known as:
UF_DRF_ud_symbol_font_info_t
UF_DRF_ud_symbol_font_info_p_t
Overview
This structure contains the User Defined Symbol font information.
Please refer to the following figures
Figure: The two connecting points
Figure: Symbol Height and Symbol Length
Data Members
anchor_point
int
This is integerized x, y value for
anchor point.
bits 0 ~ 7 represent y value and
bits 7 ~ 14 represent x value
orientation_point
int
this is integerized x, y value for
orientation point.
bits 0 ~ 7 represent y value and
bits 7 ~ 14 represent x value
factor
double
User Defined Symbol factor
length
double
User Defined Symbol length
height
double
User Defined Symbol height
num_stroke
int
Number of strokes
stroke_info
UF_DRF_stroke_info_t *
Stroke data stored as data structure
UF_DRF_stroke_info_t
anchor point.
bits 0 ~ 7 represent y value and
bits 7 ~ 14 represent x value