SCRIPT_GLYPHPROP structure (usp10.h)

Contains information about a glyph that is part of an output glyph array.

Syntax

typedef struct script_glyphprop {
  SCRIPT_VISATTR sva;
  WORD           reserved;
} SCRIPT_GLYPHPROP;

Members

sva

A buffer of SCRIPT_VISATTR structures defining visual (glyph) attributes identifying clusters and justification points. The buffer is generated by ScriptShape or ScriptShapeOpenType.

reserved

Reserved.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header usp10.h
Redistributable Usp10.dll version 1.600 or greater onWindows XP

See also

SCRIPT_VISATTR

ScriptPlaceOpenType

ScriptShape

ScriptShapeOpenType

Uniscribe

Uniscribe Structures