TEXTRANGE_PROPERTIES (Compact 2013)

3/28/2014

This structure contains a group of OpenType features to apply to a specific range of text in a run.

Syntax

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

Members

  • potfRecords
    [in] Pointer to an array of OpenType features (records) to apply to the characters in a specific range of text in a run.
  • cotfRecords
    [in] Number of features in the array specified by potfRecords.

Requirements

Header

usp10.h

See Also

Reference

Uniscribe Structures
ScriptPlaceOpenType
ScriptShapeOpenType
OPENTYPE_FEATURE_RECORD