MonobjcMonobjc Documented Class Library
GlyphIsEncoded Method (aGlyph)
NamespacesMonobjc.AppKitNSFontGlyphIsEncoded(UInt32)

Returns a Boolean value indicating whether the receiver encodes the given glyph. (Deprecated in Mac OS X v10.4. The value can be deduced by aGlyph < [NSFont numberOfGlyphs] since only NSNativeShortGlyphPacking is supported.)

Original signature is '- (BOOL)glyphIsEncoded:(NSGlyph)aGlyph'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.4. The value can be deduced by aGlyph &lt; [NSFont numberOfGlyphs] since only NSNativeShortGlyphPacking is supported.")]
public virtual bool GlyphIsEncoded(
	uint aGlyph
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.4. The value can be deduced by aGlyph &lt; [NSFont numberOfGlyphs] since only NSNativeShortGlyphPacking is supported.")> _
Public Overridable Function GlyphIsEncoded ( _
	aGlyph As UInteger _
) As Boolean
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.4. The value can be deduced by aGlyph &lt; [NSFont numberOfGlyphs] since only NSNativeShortGlyphPacking is supported.")]
public:
virtual bool GlyphIsEncoded(
	unsigned int aGlyph
)
Parameters
aGlyph (UInt32)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSFont.GlyphIsEncoded(System.UInt32)"]

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)