MonobjcMonobjc Documented Class Library
ScreenFontWithRenderingMode Method (renderingMode)
NamespacesMonobjc.AppKitNSFontScreenFontWithRenderingMode(NSFontRenderingMode)

Returns a bitmapped screen font, when sent to a font object representing a scalable PostScript font, with the specified rendering mode, matching the receiver in typeface and matrix (or size), or nil if such a font can’t be found.

Original signature is '- (NSFont *)screenFontWithRenderingMode:(NSFontRenderingMode)renderingMode'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSFont ScreenFontWithRenderingMode(
	NSFontRenderingMode renderingMode
)
Public Overridable Function ScreenFontWithRenderingMode ( _
	renderingMode As NSFontRenderingMode _
) As NSFont
public:
virtual NSFont^ ScreenFontWithRenderingMode(
	NSFontRenderingMode renderingMode
)
Parameters
renderingMode (NSFontRenderingMode)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSFont.ScreenFontWithRenderingMode(Monobjc.AppKit.NSFontRenderingMode)"]

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)