Lingo Dictionary > O-R > originalFont |
![]() ![]() ![]() |
originalFont
Syntax
member(
whichFontMember
).originalFont
the originalFont of member
whichFontMember
Description
Font cast member property; returns the exact name of the original font that was imported when the given cast member was created.
Example
This statement displays the name of the font that was imported when cast member 11 was created:
put member(11).originalFont -- "Monaco"
See also
recordFont, bitmapSizes, characterSet
![]() ![]() ![]() |