Lingo Dictionary > A-C > characterSet |
![]() ![]() ![]() |
characterSet
Syntax
member(
whichFontMember
).characterSet
the characterSet of member
whichFontMember
Description
Font cast member property; returns a string containing the characters included for import when the cast member was created. If all characters in the original font were included, the result is an empty string.
Example
This statement displays the characters included when cast member 11 was created. The characters included during import were numerals and Roman characters.
put member(11).characterSet -- "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
See also
recordFont, bitmapSizes, originalFont
![]() ![]() ![]() |