Platform SDK: International Features

SCRIPT_FONTPROPERTIES

The SCRIPT_FONTPROPERTIES structure contains information about the current font's properties.

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

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Usp10.h.

See Also

Uniscribe Overview, Uniscribe Structures, ScriptGetFontProperties