SCRIPT_FONTPROPERTIES (Compact 2013)

3/28/2014

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

See Also

Reference

Uniscribe Structures