This structure contains information about a character set.
At a Glance
Header file: | Wingdi.h |
Windows CE versions: |
Syntax
typedef struct {
UINT ciCharset;
UNIT ciACP;
FONTSIGNATURE fs;
} CHARSETINFO;
Members
ciCharset
Character set value.
ciACP
ANSI code-page identifier.
fs
FONTSIGNATURE structure that identifies the Unicode and code-page font signature values.
See Also