User_Line_Pattern
Functions | |
HC_EXTERNAL HIC_API void | HIC_Free_User_Line_Pattern (HIC_Line_Style const *upat) |
HC_EXTERNAL HIC_API HIC_Line_Style * | HIC_New_User_Line_Pattern (HIC_Rendition const *nr, long nlen, void *npat) |
HC_EXTERNAL HIC_API HIC_Line_Style * | HIC_New_User_Line_Pattern2 (HIC_Rendition const *nr, long nlen, void *npat, long abs) |
Detailed Description
Function Documentation
◆ HIC_Free_User_Line_Pattern()
HC_EXTERNAL HIC_API void HIC_Free_User_Line_Pattern | ( | HIC_Line_Style const * | upat | ) |
- Parameters
-
upat A pointer to a const HIC_Line_Style.
This function frees memory associated with a user line pattern.
- See also
- HIC_New_User_Line_Pattern
◆ HIC_New_User_Line_Pattern()
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern | ( | HIC_Rendition const * | nr, |
long | nlen, | ||
void * | npat | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. nlen A long. npat A void pointer.
- Returns
- A pointer to a HIC_Line_Style.
This function creates a new user line pattern.
◆ HIC_New_User_Line_Pattern2()
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern2 | ( | HIC_Rendition const * | nr, |
long | nlen, | ||
void * | npat, | ||
long | abs | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. nlen A long. npat A void pointer. abs A long.
- Returns
- A pointer to a HIC_Line_Style.
This function creates a new user line pattern, using integers to describe the pattern.
- See also
- HIC_New_User_Line_Pattern