MonobjcMonobjc Documented Class Library
SetNotShownAttributeForGlyphRange Method (flag, glyphRange)
NamespacesMonobjc.AppKitNSTypesetterSetNotShownAttributeForGlyphRange(Boolean, NSRange)

Sets whether the specified glyphs are not shown.

Original signature is '- (void)setNotShownAttribute:(BOOL)flag forGlyphRange:(NSRange)glyphRange'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetNotShownAttributeForGlyphRange(
	bool flag,
	NSRange glyphRange
)
Public Overridable Sub SetNotShownAttributeForGlyphRange ( _
	flag As Boolean, _
	glyphRange As NSRange _
)
public:
virtual void SetNotShownAttributeForGlyphRange(
	bool flag, 
	NSRange glyphRange
)
Parameters
flag (Boolean)
YES if the glyphs in glyphRange are not shown, NO if they are shown.
glyphRange (NSRange)
The range of glyphs in question.
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)