Windows API Guide: ENUMLOGFONT Structure


Type FONTSIGNATURE   fsUsb(0 To 3) As Long   fsCsb(0 To 1) As Long End Type

Description & Usage

The FONTSIGNATURE structure holds the font signature of a font. The font signature is composed of a 128-bit Unicode subset bitfield (USB) and a 64-bit code-page bitfield (CPB). Both of these values are split into multi-element arrays of 32-bit integers. For each array, the lowest-order dword appears as the first array element, and the highest-order dword appears as the last array element.

Visual Basic-Specific Issues

None.

Data Members

fsUsb
A Unicode subset bitfield (USB), a 128-bit value, identifying up to 126 Unicode subranges. Each bit except the two most significant ones identify one of 126 possibly Unicode subranges, according to the ISO 10646 standard.
fsCsb
A code-page bitfield (CPB), a 64-bit value, identifying a specific character set or code page. Windows code pages are in the low-order dword; non-Windows code pages are in the high-order dword.

Used By

NEWTEXTMETRICEX

Go back to the alphabetical Structure listing.
Go back to the Reference section index.


Last Modified: October 27, 1999
This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/f/fontsignature.html



Windows API Guide
Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
ISBN: B001V0KQIY
EAN: N/A
Year: 1998
Pages: 610

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net