Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the information about the specified script.
Syntax
typedef struct tagSCRIPFONTINFO {
SCRIPT_IDS scripts;
WCHAR wszFont[32];
} SCRIPTFONTINFO, *PSCRIPTFONTINFO;
Members
scripts
A bitfield of supported script identifiers.wszFont
The font face name.
Remarks
In scripts, one bit is set for each supported script; the bit is shifted left by the value of SCRIPT_ID.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mlang.h |