2.2.14 LogFontEx Object

The LogFontEx object specifies the extended attributes of a logical font.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

LogFont (92 bytes)

...

...

...

FullName (128 bytes)

...

...

...

Style (64 bytes)

...

...

...

Script (64 bytes)

...

...

...

LogFont (92 bytes): A LogFont (section 2.2.13) object that specifies the basic attributes of the logical font.

FullName (128 bytes): A string of 64 Unicode characters that contains the font's full name. If the length of this string is less than 64 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

Style (64 bytes): A string of 32 Unicode characters that defines the font's style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

Script (64 bytes): A string of 32 Unicode characters that defines the character set of the font. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.