Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- pattern VERSION_STRING :: Text
- pattern VERSION_MINOR :: Int32
- pattern VERSION_MICRO :: Int32
- pattern VERSION_MAJOR :: Int32
- pattern UNICODE_MAX_DECOMPOSITION_LEN :: Int32
- pattern UNICODE_MAX :: Int32
- pattern SET_VALUE_INVALID :: Word32
- pattern OT_VAR_NO_AXIS_INDEX :: Int32
- pattern OT_MAX_TAGS_PER_SCRIPT :: Int32
- pattern OT_MAX_TAGS_PER_LANGUAGE :: Int32
- pattern OT_LAYOUT_NO_VARIATIONS_INDEX :: Int32
- pattern OT_LAYOUT_NO_SCRIPT_INDEX :: Int32
- pattern OT_LAYOUT_NO_FEATURE_INDEX :: Int32
- pattern OT_LAYOUT_DEFAULT_LANGUAGE_INDEX :: Int32
- pattern MAP_VALUE_INVALID :: Word32
- pattern FEATURE_GLOBAL_START :: Int32
- pattern BUFFER_REPLACEMENT_CODEPOINT_DEFAULT :: Int32
- pattern AAT_LAYOUT_NO_SELECTOR_INDEX :: Int32
Documentation
pattern VERSION_STRING :: Text Source #
A string literal containing the library version available at compile-time.
pattern VERSION_MINOR :: Int32 Source #
The minor component of the library version available at compile-time.
pattern VERSION_MICRO :: Int32 Source #
The micro component of the library version available at compile-time.
pattern VERSION_MAJOR :: Int32 Source #
The major component of the library version available at compile-time.
pattern UNICODE_MAX_DECOMPOSITION_LEN :: Int32 Source #
Deprecated: (Since version 2.0.0)
See Unicode 6.1 for details on the maximum decomposition length.
pattern UNICODE_MAX :: Int32 Source #
Maximum valid Unicode code point.
Since: 1.9.0
pattern SET_VALUE_INVALID :: Word32 Source #
Unset SetT
value.
Since: 0.9.21
pattern OT_VAR_NO_AXIS_INDEX :: Int32 Source #
Deprecated: (Since version 2.2.0)
Do not use.
Since: 1.4.2
pattern OT_MAX_TAGS_PER_SCRIPT :: Int32 Source #
Maximum number of OpenType tags that can correspond to a give ScriptT
.
Since: 2.0.0
pattern OT_MAX_TAGS_PER_LANGUAGE :: Int32 Source #
Maximum number of OpenType tags that can correspond to a give LanguageT
.
Since: 2.0.0
pattern OT_LAYOUT_NO_VARIATIONS_INDEX :: Int32 Source #
Special value for variations index indicating unsupported variation.
pattern OT_LAYOUT_NO_SCRIPT_INDEX :: Int32 Source #
Special value for script index indicating unsupported script.
pattern OT_LAYOUT_NO_FEATURE_INDEX :: Int32 Source #
Special value for feature index indicating unsupported feature.
pattern OT_LAYOUT_DEFAULT_LANGUAGE_INDEX :: Int32 Source #
Special value for language index indicating default or unsupported language.
pattern MAP_VALUE_INVALID :: Word32 Source #
Unset MapT
value.
Since: 1.7.7
pattern FEATURE_GLOBAL_START :: Int32 Source #
Special setting for FeatureT
.start
to apply the feature from the start
of the buffer.
Since: 2.0.0
pattern BUFFER_REPLACEMENT_CODEPOINT_DEFAULT :: Int32 Source #
The default code point for replacing invalid characters in a given encoding. Set to U+FFFD REPLACEMENT CHARACTER.
Since: 0.9.31
pattern AAT_LAYOUT_NO_SELECTOR_INDEX :: Int32 Source #
Used when getting or setting AAT feature selectors. Indicates that there is no selector index corresponding to the selector of interest.