CTGlyphInfo Class
Definition
Provides the ability to override the Unicode-to-glyph mapping for a CTFont.
public class CTGlyphInfo : IDisposable, ObjCRuntime.INativeObject
type CTGlyphInfo = class
interface INativeObject
interface IDisposable
- Inheritance
-
CTGlyphInfo
- Implements
Constructors
CTGlyphInfo(String, CTFont, String) | |
CTGlyphInfo(UInt16, CTCharacterCollection, String) | |
CTGlyphInfo(UInt16, CTFont, String) |
Properties
CharacterCollection | |
CharacterIdentifier | |
GlyphName | |
Handle |
Handle (pointer) to the unmanaged object representation. |
Methods
Dispose() |
Releases the resources used by the CTGlyphInfo object. |
Dispose(Boolean) |
Releases the resources used by the CTGlyphInfo object. |
Finalize() |
Finalizer for the CTGlyphInfo object |
ToString() |