Defines the font signature of a font.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
usb-0 longHexNumberType required Provides the first 32 bits of the 128-bit Unicode subset bitfield (USB). 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 bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.

length = 4

usb-1 longHexNumberType required Provides the second 32 bits of the 128-bit Unicode subset bitfield (USB). 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 bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.

length = 4

usb-2 longHexNumberType required Provides the third 32 bits of the 128-bit Unicode subset bitfield (USB). 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 bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.

length = 4

usb-3 longHexNumberType required Provides the last 32 bits of the 128-bit Unicode subset bitfield (USB). 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 bit is reserved and must be 0. Unicode subranges are numbered in accordance with the ISO 10646 standard.

length = 4

csb-0 longHexNumberType required Provides the first 32 bits of the 64-bit code-page bitfield (CPB) that identifies a specific character set or code page. Code pages are in the lower 32 bits of this bitfield. The high 32 bits are used for non-Windows code pages. The graphics device interface (GDI) relies on Windows code pages fitting within a 32-bit value. Note that the highest 2 bits within this value are reserved for GDI internal use, and may not be assigned to code pages.

length = 4

csb-1 longHexNumberType required Provides the last 32 bits of the 64-bit code-page bitfield (CPB) that identifies a specific character set or code page. Code pages are in the lower 32 bits of this bitfield. The high 32 bits are used for non-Windows code pages. The graphics device interface (GDI) relies on Windows code pages fitting within a 32-bit value. Note that the highest 2 bits within this value are reserved for GDI internal use, and may not be assigned to code pages.

length = 4

Definition

XML

<xsd:complexType name="fontSigElt" ">
    
    <xsd:attribute name="usb-0" use="required" type="longHexNumberType">
      
    </xsd:attribute>
    <xsd:attribute name="usb-1" use="required" type="longHexNumberType">
      
    </xsd:attribute>
    <xsd:attribute name="usb-2" use="required" type="longHexNumberType">
      
    </xsd:attribute>
    <xsd:attribute name="usb-3" use="required" type="longHexNumberType">
      
    </xsd:attribute>
    <xsd:attribute name="csb-0" use="required" type="longHexNumberType">
      
    </xsd:attribute>
    <xsd:attribute name="csb-1" use="required" type="longHexNumberType">
      
    </xsd:attribute>
  </xsd:complexType>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp