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) |
HC_EXTERNAL HIC_API void HIC_Free_User_Line_Pattern | ( | HIC_Line_Style const * | upat | ) |
upat | A pointer to a const HIC_Line_Style. |
This function frees memory associated with a user line pattern.
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern | ( | HIC_Rendition const * | nr, |
long | nlen, | ||
void * | npat | ||
) |
nr | A pointer to a const HIC_Rendition. |
nlen | A long. |
npat | A void pointer. |
This function creates a new user line pattern.
HC_EXTERNAL HIC_API HIC_Line_Style* HIC_New_User_Line_Pattern2 | ( | HIC_Rendition const * | nr, |
long | nlen, | ||
void * | npat, | ||
long | abs | ||
) |
nr | A pointer to a const HIC_Rendition. |
nlen | A long. |
npat | A void pointer. |
abs | A long. |
This function creates a new user line pattern, using integers to describe the pattern.