Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
GMImage.ListTypeInfo
Writes type list file.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
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
Release notes
- Version 10.4
- Added GMImage.ListTypeInfo function.
Created 27th August 2020, last changed 27th August 2020
GMImage.List - GMImage.MagickVersion
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins