CharAttr.h
.
ChrHorizEllipsis (chP)
  |
<- |
Pointer to a variable in which to return the horizontal ellipsis character code. |
chP
contains the horizontal ellipsis character.
ChrIsHardKey (ch)
true
if the character is one of the four built-in hard keys on the device, false
otherwise.
TxtCharIsHardKey
if the International Feature Set is present.
ChrNumericSpace (chP)
chP
contains the numeric space character.
isalpha
).
UInt16* GetCharAttr (void)
UInt16
values, one for each possible character code. See CharAttr.h
for an explanation of the attributes.
NOTE:  This function is provided for backwards compatibility only. Use Text Manager functions instead on systems that support the text manager.
TxtCharAttr
,
TxtCharXAttr
UInt8* GetCharCaselessValue (void)
GetCharCaselessValue
conversion table converts each character into a numeric value that is caseless and sorted according to Microsoft Windows sorting rules:
NOTE:  This function is provided for backwards compatibility only. Use Text Manager functions instead on systems that support the text manager.
UInt8* GetCharSortValue (void)
UInt8
values, one for each possible character code.
NOTE:  array[x].low = sort value for character 2x.
NOTE:  This function is provided for backwards compatibility only. Use Text Manager functions instead on systems that support the text manager.
  |   |