Compartilhar via


NSLayoutManagerDelegate_Extensions.ShouldGenerateGlyphs Método

Definição

Quando substituído, permite que o desenvolvedor do aplicativo personalize o processo inicial de geração de glifo.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static nuint ShouldGenerateGlyphs (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, IntPtr glyphBuffer, IntPtr props, IntPtr charIndexes, UIKit.UIFont aFont, Foundation.NSRange glyphRange);
static member ShouldGenerateGlyphs : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * nativeint * nativeint * nativeint * UIKit.UIFont * Foundation.NSRange -> nuint

Parâmetros

This
INSLayoutManagerDelegate

A instância na qual esse método de extensão opera.

layoutManager
NSLayoutManager
glyphBuffer
IntPtr

nativeint

props
IntPtr

nativeint

charIndexes
IntPtr

nativeint

aFont
UIFont
glyphRange
NSRange

Retornos

System.System.UIntPtr System.unativeint
Atributos

Aplica-se a