User_Face_Pattern
Functions
HIC_User_Face_Pattern const * | HIC_New_User_Face_Pattern |
void | HIC_Free_User_Face_Pattern |
void | HIC_Set_User_Face_Pattern |
Detailed Description
-
group
User_Face_Pattern
Function Documentation
-
HIC_User_Face_Pattern const *
HIC_New_User_Face_Pattern
(HIC_Rendition const *nr, int nrows, int ncols, unsigned char npat[], int const nsee) This function defines a custom face pattern.
Parameters: - nr – A pointer to a const HIC_Rendition.
- nrows – An int. If negative, the pattern will be applied with the row order reversed from that of the stored character array.
- ncols – An int.
- npat – A static unsigned char.
- nsee – A const int.
Returns: A pointer to a const HIC_User_Face_Pattern.
-
void
HIC_Free_User_Face_Pattern
(HIC_User_Face_Pattern const *upat) This function releases the memory allocated for a user pattern.
Parameters: upat – A pointer to a const HIC_User_Face_Pattern.
-
void
HIC_Set_User_Face_Pattern
(HIC_Rendition const *nr, HIC_User_Face_Pattern const *upat) This function sets a user face pattern.
Parameters: - nr – A pointer to a const HIC_Rendition.
- upat – A pointer to a const HIC_User_Face_Pattern.