Share via


SCRIPT_FONTPROPERTIES (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about the current font's properties.

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

Header usp10.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Other Resources

Uniscribe Structures