|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
LOCALESIGNATURE
The LOCALESIGNATURE structure contains extended font-signature information, including two
code-page bitfields (CPBs) that define the default and supported character sets and
code-pages. This structure is typically used to represent the relationships
between font coverage and locales.
typedef struct tagLOCALESIGNATURE {
DWORD lsUsb[4];
DWORD lsCsbDefault[2];
DWORD lsCsbSupported[2];
} LOCALESIGNATURE;
Members
lsUsb
A 128-bit Unicode subset bitfield (USB) identifying up to 126 Unicode
subranges. Each bit, except the two most significant bits, represents a single
subrange. The most significant bit is always 1 and identifies the bitfield as a font
signature; the second most significant is reserved and must be 0. Unicode
subranges are numbered in accordance with the ISO 10646 standard.
lsCsbDefault
A code-page bitfield that indicates the default OEM and ANSI code-pages for a
locale. The code-pages may be identified by separate bits or a single bit
representing a common ANSI and OEM code-page. For a list of possible bitfield
values, see Code-Page Bitfields.
lsCsbSupported
A code-page bitfield that indicates all the code-pages in which the locale can
be supported. For a list of possible bitfield values, see Code-Page Bitfields.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|