The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback

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


Copyright © 1998 Netscape Communications Corporation

generated by doc++


Copyright © 1998-1999 The Mozilla Organization.