Share via


CHARSETINFO (Compact 2013)

3/28/2014

This structure contains information about a character set.

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.

Requirements

Header

wingdi.h

See Also

Reference

Unicode Structures
TranslateCharsetInfo
FONTSIGNATURE