NSFontCollection.RenameFontCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("renameFontCollectionWithName:visibility:toName:error:")]
public static bool RenameFontCollection (string fromName, AppKit.NSFontCollectionVisibility visibility, string toName, out Foundation.NSError error);
static member RenameFontCollection : string * AppKit.NSFontCollectionVisibility * string * -> bool
Parameters
- fromName
- String
- visibility
- NSFontCollectionVisibility
- toName
- String
- error
- NSError
Returns
- Attributes