PUBLIC void INTL_ReportFontCharSets ( int16 *charsets )
Tell libi18n which font charset IDs are available in the front end
Documentation
Tell libi18n which font charset IDs are available in the front end. The front end (FE) calls this function to inform libi18n of the charset IDs of the fonts that are currently available. This function calls INTL_SetUnicodeCSIDList to set up the Unicode machinery. The front end must allocate space for this array using malloc/calloc. If this function is called more than once, the array passed in a previous call is freed by this function. However, the front end is responsible for freeing the array at exit time.
- Parameters:
- charsets - Specifies a null-terminated array of charset IDs
alphabetic index hierarchy of classes
generated by doc++