Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

GMImage.ListTypeInfo

Writes type list file.

Component Version macOS Windows Linux Server iOS SDK
GraphicsMagick 10.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "GMImage.ListTypeInfo"; Path )   More

Parameters

Parameter Description Example
Path The output file path. "/Users/cs/Desktop/fontmap.txt"

Result

Returns OK or error.

Description

Writes type list file.
To debug font issues, this function can write a list of fonts to a file.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.

Examples

Write font list:

Set Variable [ $r ; Value: MBS("GMImage.ListTypeInfo"; "/Users/cs/Desktop/fontmap.txt") ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 27th August 2020, last changed 27th August 2020


GMImage.List - GMImage.MagickVersion