MonobjcMonobjc Documented Class Library
GlyphPacking Property
NamespacesMonobjc.AppKitNSFontGlyphPacking

Returns the best way to encode the receiver’s glyphs into an array of bytes. (Deprecated in Mac OS X v10.4. Only NSNativeShortGlyphPacking is supported.)

Original signature is '- (NSMultibyteGlyphPacking)glyphPacking'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. Only NSNativeShortGlyphPacking is supported.")]
public virtual NSMultibyteGlyphPacking GlyphPacking { get; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. Only NSNativeShortGlyphPacking is supported.")> _
Public Overridable ReadOnly Property GlyphPacking As NSMultibyteGlyphPacking
	Get
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. Only NSNativeShortGlyphPacking is supported.")]
public:
virtual property NSMultibyteGlyphPacking GlyphPacking {
	NSMultibyteGlyphPacking get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)