Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CHARSETINFO structure (wingdi.h)

Contains information about a character set.

Syntax

typedef struct tagCHARSETINFO {
 UINT ciCharset;
 UINT ciACP;
 FONTSIGNATURE fs;
} CHARSETINFO, *PCHARSETINFO, *NPCHARSETINFO, *LPCHARSETINFO;

Members

ciCharset

Character set value. For a list of possible values, see lfCharSet field of the LOGFONT structure.

ciACP

Windows ANSI code page identifier. For a list of identifiers, see Code Page Identifiers.

fs

A FONTSIGNATURE structure that identifies the Unicode subrange and the specific Windows ANSI character set/code page. Only one code page will be set when this structure is set by the function.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

Code Pages

FONTSIGNATURE

LOGFONT

TranslateCharsetInfo

Unicode and Character Set Structures


Feedback

Was this page helpful?

Additional resources