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
- Version 10.4
- Added GMImage.ListTypeInfo function.
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.4
- Neues MBS FileMaker Plugin 10.4
- MBS FileMaker Plugin 10.4 - More than 6300 Functions In One Plugin
- MBS FileMaker Plugin, version 10.4pr7
- MBS FileMaker Plugin, version 10.4pr6
This function checks for a license.
Created 27th August 2020, last changed 27th August 2020