MonobjcMonobjc Documented Class Library
CoveredCharacterSet Property
NamespacesMonobjc.AppKitNSFontCoveredCharacterSet

Returns an NSCharacterSet object containing all of the nominal characters renderable by the receiver, which is all of the entries mapped in the receiver’s ‘cmap’ table.

Original signature is '- (NSCharacterSet *)coveredCharacterSet'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSCharacterSet CoveredCharacterSet { get; }
Public Overridable ReadOnly Property CoveredCharacterSet As NSCharacterSet
	Get
public:
virtual property NSCharacterSet^ CoveredCharacterSet {
	NSCharacterSet^ 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)