TEXTRANGE_PROPERTIES structure (usp10.h)

Contains a group of OpenType features to apply to a run.

Syntax

typedef struct textrange_properties {
  OPENTYPE_FEATURE_RECORD *potfRecords;
  int                     cotfRecords;
} TEXTRANGE_PROPERTIES;

Members

potfRecords

Pointer to an array of OPENTYPE_FEATURE_RECORD structures containing OpenType features (records) to apply to the characters in a specific range of text in a run.

cotfRecords

Number of features in the array specified by potfRecords.

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

OPENTYPE_FEATURE_RECORD

ScriptPlaceOpenType

ScriptShapeOpenType

Uniscribe

Uniscribe Structures