Lingo Dictionary > A-C > bitmapSizes |
![]() ![]() ![]() |
bitmapSizes
Syntax
member(
whichFontMember
).bitmapSizes
the bitmapSizes of member
whichFontMember
Description
Font cast member property; returns a list of the bitmap point sizes that were included when the font cast member was created.
Example
This statement displays the bitmap point sizes that were included when cast member 11 was created:
put member(11).bitmapSizes -- [12, 14, 18]
See also
recordFont, characterSet, originalFont
![]() ![]() ![]() |