91 lines
1.5 KiB
Modula-2
91 lines
1.5 KiB
Modula-2
LIBRARY HWXFE2I
|
|
|
|
EXPORTS
|
|
|
|
; === HWX style API
|
|
|
|
HwxConfigEx
|
|
HwxCreate
|
|
HwxSetContext
|
|
HwxSetGuide
|
|
HwxALCValid
|
|
HwxALCPriority
|
|
HwxSetPartial
|
|
HwxSetAbort
|
|
HwxInput
|
|
HwxEndInput
|
|
HwxProcess
|
|
HwxResultsAvailable
|
|
HwxGetResults
|
|
HwxDestroy
|
|
|
|
; === Penwin style API
|
|
|
|
AddPenInputHRC
|
|
CreateCompatibleHRC
|
|
DestroyHRC
|
|
EndPenInputHRC
|
|
ProcessHRC
|
|
SetGuideHRC
|
|
SetAlphabetHRC
|
|
GetResultsHRC
|
|
GetAlternateWordsHRCRESULT
|
|
GetSymbolsHRCRESULT
|
|
GetSymbolCountHRCRESULT
|
|
SymbolToCharacterW
|
|
DestroyHRCRESULT
|
|
CreateInksetHRCRESULT
|
|
DestroyInkset
|
|
GetInksetInterval
|
|
GetInksetIntervalCount
|
|
GetBaselineHRCRESULT
|
|
SetHwxCorrectionContext
|
|
SetHwxFlags
|
|
SetHwxFactoid
|
|
IsWStringSupportedHRC
|
|
|
|
; === Wisp style API
|
|
CreateRecognizer
|
|
DestroyRecognizer
|
|
GetRecoAttributes
|
|
CreateContext
|
|
DestroyContext
|
|
GetResultPropertyList
|
|
GetPreferredPacketDescription
|
|
AddStroke
|
|
GetBestAlternate
|
|
DestroyAlternate
|
|
GetBestResultString
|
|
Process
|
|
SetGuide
|
|
GetGuide
|
|
AdviseInkChange
|
|
SetCACMode
|
|
EndInkInput
|
|
CloneContext
|
|
ResetContext
|
|
GetAlternateList
|
|
GetString
|
|
GetStrokeRanges
|
|
GetSegmentAlternateList
|
|
GetMetrics
|
|
GetGuideIndex
|
|
GetConfidenceLevel
|
|
GetPropertyRanges
|
|
GetRangePropertyValue
|
|
SetTextContext
|
|
GetLatticePtr
|
|
SetFlags
|
|
SetFactoid
|
|
IsStringSupported
|
|
|
|
; === Private APIs for training/testing/debugging
|
|
|
|
HwxConfigExPartial
|
|
CoreRecognizeChar
|
|
RecognizeCharInsurance
|
|
RecordTuningInformation
|
|
SearchForTargetResult
|
|
HwxSetAnswerW
|
|
GetSupportedChars
|