User Guide

characterSet 685
chapterCount
Usage
-- Lingo syntax
dvdObjRef.chapterCount
// JavaScript syntax
dvdObjRef.chapterCount;
Description
DVD property; returns the number of available chapters in a title. Read-only.
Example
This statement returns the number of chapters in the current title:
-- Lingo syntax
trace (member(1).chapterCount) -- 17
// JavaScript syntax
trace (member(1). chapterCount); // 17
See also
chapterCount(), DVD
characterSet
Usage
-- Lingo syntax
memberObjRef.characterSet
// JavaScript syntax
memberObjRef.characterSet;
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.
-- Lingo syntax
put(member(11).characterSet)
// JavaScript syntax
put(member(11).characterSet);
See also
recordFont, bitmapSizes, originalFont