Share via


CTGlyphInfo Class

Definition

Provides the ability to override the Unicode-to-glyph mapping for a CTFont.

public class CTGlyphInfo : CoreFoundation.NativeObject
type CTGlyphInfo = class
    inherit NativeObject
Inheritance

Constructors

Name Description
CTGlyphInfo(String, CTFont, String)
CTGlyphInfo(UInt16, CTCharacterCollection, String)
CTGlyphInfo(UInt16, CTFont, String)

Properties

Name Description
CharacterCollection
CharacterIdentifier
GlyphName
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetGlyph()
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
ToString()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to