MonobjcMonobjc Documented Class Library
ShowPackedGlyphsLengthGlyphRangeAtPointFontColorPrintingAdjustment Method (glyphs, glyphLen, glyphRange, point, font, color, printingAdjustment)
NamespacesMonobjc.AppKitNSLayoutManagerShowPackedGlyphsLengthGlyphRangeAtPointFontColorPrintingAdjustment(IntPtr, NSUInteger, NSRange, NSPoint, NSFont, NSColor, NSSize)

Draws a range of glyphs.

Original signature is '- (void)showPackedGlyphs:(char *)glyphs length:(NSUInteger)glyphLen glyphRange:(NSRange)glyphRange atPoint:(NSPoint)point font:(NSFont *)font color:(NSColor *)color printingAdjustment:(NSSize)printingAdjustment'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ShowPackedGlyphsLengthGlyphRangeAtPointFontColorPrintingAdjustment(
	IntPtr glyphs,
	NSUInteger glyphLen,
	NSRange glyphRange,
	NSPoint point,
	NSFont font,
	NSColor color,
	NSSize printingAdjustment
)
Public Overridable Sub ShowPackedGlyphsLengthGlyphRangeAtPointFontColorPrintingAdjustment ( _
	glyphs As IntPtr, _
	glyphLen As NSUInteger, _
	glyphRange As NSRange, _
	point As NSPoint, _
	font As NSFont, _
	color As NSColor, _
	printingAdjustment As NSSize _
)
public:
virtual void ShowPackedGlyphsLengthGlyphRangeAtPointFontColorPrintingAdjustment(
	IntPtr glyphs, 
	NSUInteger glyphLen, 
	NSRange glyphRange, 
	NSPoint point, 
	NSFont^ font, 
	NSColor^ color, 
	NSSize printingAdjustment
)
Parameters
glyphs (IntPtr)
The glyphs to draw; may contain embedded NULL bytes.
glyphLen (NSUInteger)
The number of bytes pointed at by glyphs; this is twice the number of glyphs contained.
glyphRange (NSRange)
The range of glyphs to draw.
point (NSPoint)
The point at which to draw the glyphs.
font (NSFont)
The font of the glyphs to draw.
color (NSColor)
Color of the glyphs to draw.
printingAdjustment (NSSize)
NSZeroSize when drawing to the screen, but when printing may contain values by which the nominal spacing between the characters should be adjusted.
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)