NSGlyphGenerator.GenerateGlyphs(NSObject, nuint, nuint, nuint) 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("generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:")]
public virtual void GenerateGlyphs (Foundation.NSObject nsGlyphStorageOrNSLayoutManager, nuint nchars, ref nuint glyphIndex, ref nuint charIndex);
abstract member GenerateGlyphs : Foundation.NSObject * nuint * * -> unit
override this.GenerateGlyphs : Foundation.NSObject * nuint * * -> unit
Parameters
- nsGlyphStorageOrNSLayoutManager
- NSObject
- nchars
- System.System.UIntPtr System.unativeint
- glyphIndex
- System.System.UIntPtr System.unativeint
- charIndex
- System.System.UIntPtr System.unativeint
- Attributes