WARNING: MacGap2 code has not been finalised for this command.

Properties

MacGap.Fonts.availableFonts

Return an array of installed font names

MacGap.Fonts.availableFonts;

MacGap.Fonts.availableFontFamilies

Return an array of installed font families

MacGap.Fonts.availableFontFamilies();

Methods

MacGap.Fonts.availableMembersOfFontFamily(fontFamily)

Return the fonts in the given font family.

MacGap.Fonts.availableMembersOfFontFamily('Helvetica');

MacGap.Fonts.getLineHeight(theFontName, theFontSize)

Return the line height of the specified font at the specified size.

MacGap.Fonts.getLineHeight('Helvetica', 12);