Next font to the characters of a family- Fe
- Instruction: Fe"%"
- Parameter: "%" font name
- Return: true if the font after the sequence of characters of the same family is %
- Description:
Returns true if the font after the character family where the index is located is the one specified. Character family means characters belonging to the family of letters, numbers, punctuation, spaces, or other characters. If the code text string contains multiple characters, the character family is established using the last character in the string.
- Examples
Text string: a
Braille string: 456
Condition: Fe "arial
Description: Returns true if after the letter "a", and all other letters that follow it, the font name starts with "arial".
Text string: 5
Braille string: 26
Condition: Fe "Arial
Description: Returns true if after the number "5", and all other numbers that follow it, there is exactly the font "Arial".