SCRIPT_FONTPROPERTIES structure (usp10.h)

Contains information about the properties of the current font.

Syntax

typedef struct {
  int  cBytes;
  WORD wgBlank;
  WORD wgDefault;
  WORD wgInvalid;
  WORD wgKashida;
  int  iKashidaWidth;
} SCRIPT_FONTPROPERTIES;

Members

cBytes

Size, in bytes, of the structure.

wgBlank

Glyph used to indicate a blank.

wgDefault

Glyph used to indicate Unicode characters not present in the font.

wgInvalid

Glyph used to indicate invalid character combinations.

wgKashida

Glyph used to indicate the shortest continuous kashida, with 1 indicating that the font contains no kashida.

iKashidaWidth

Width of the shortest continuous kashida glyph in the font, indicated by the wgKashida member.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header usp10.h
Redistributable Internet Explorer 5 or later on Windows Me/98/95

See also

ScriptGetFontProperties

Uniscribe

Uniscribe Structures