Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CommonUI / System / Drawing / Advanced / InstalledFontCollection.cs / 1 / InstalledFontCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /*************************************************************************\ * * Copyright (c) 1998-1999, Microsoft Corp. All Rights Reserved. * * Module Name: * * font.cs * * Abstract: * * COM+ wrapper for GDI+ font objects * * Revision History: * * 3/16/2000 [...] * Created it. * \**************************************************************************/ namespace System.Drawing.Text { using System.Diagnostics; using System; using System.Drawing; using System.Drawing.Internal; using System.Runtime.InteropServices; using System.ComponentModel; using Microsoft.Win32; ////// /// public sealed class InstalledFontCollection : FontCollection { ////// Represents the fonts installed on the /// system. /// ////// /// Initializes a new instance of the public InstalledFontCollection() { nativeFontCollection = IntPtr.Zero; int status = SafeNativeMethods.Gdip.GdipNewInstalledFontCollection(out nativeFontCollection); if (status != SafeNativeMethods.Gdip.Ok) throw SafeNativeMethods.Gdip.StatusException(status); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.class. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FileStream.cs
- DataTableReaderListener.cs
- RawKeyboardInputReport.cs
- JournalEntryListConverter.cs
- SurrogateEncoder.cs
- Inflater.cs
- FontCollection.cs
- TheQuery.cs
- SymbolPair.cs
- NativeMethods.cs
- FontCacheLogic.cs
- CachedResourceDictionaryExtension.cs
- XhtmlMobileTextWriter.cs
- WindowsListViewGroupSubsetLink.cs
- CounterCreationData.cs
- RootDesignerSerializerAttribute.cs
- Rotation3DAnimation.cs
- DataRowView.cs
- XslAstAnalyzer.cs
- BindingContext.cs
- SignerInfo.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- NamespaceTable.cs
- DLinqDataModelProvider.cs
- QilNode.cs
- AssertFilter.cs
- CodeAccessPermission.cs
- ClientRuntimeConfig.cs
- storepermission.cs
- LoginViewDesigner.cs
- DataGridViewSortCompareEventArgs.cs
- ConfigurationSectionGroupCollection.cs
- CfgRule.cs
- Comparer.cs
- JavaScriptString.cs
- PageThemeCodeDomTreeGenerator.cs
- MediaPlayer.cs
- Char.cs
- FilterEventArgs.cs
- ProvideValueServiceProvider.cs
- EntityDataSourceChangedEventArgs.cs
- EndEvent.cs
- TextTreeUndo.cs
- ResponseStream.cs
- SignatureDescription.cs
- IisTraceListener.cs
- SecureEnvironment.cs
- DllNotFoundException.cs
- AnnotationHighlightLayer.cs
- DataRelationPropertyDescriptor.cs
- SafeFileHandle.cs
- Matrix3DStack.cs
- FileLogRecordStream.cs
- StringUtil.cs
- FormattedTextSymbols.cs
- HebrewCalendar.cs
- CheckBox.cs
- TagNameToTypeMapper.cs
- Action.cs
- PointValueSerializer.cs
- CodeLinePragma.cs
- XsdCachingReader.cs
- MenuItemCollection.cs
- HwndSubclass.cs
- CompareInfo.cs
- FileLevelControlBuilderAttribute.cs
- MaterializeFromAtom.cs
- TransformerInfo.cs
- Base64Decoder.cs
- EmptyReadOnlyDictionaryInternal.cs
- DispatcherTimer.cs
- TextReturnReader.cs
- LookupNode.cs
- MemberHolder.cs
- DrawListViewColumnHeaderEventArgs.cs
- FilterQueryOptionExpression.cs
- DesignTimeParseData.cs
- ArrayHelper.cs
- SapiInterop.cs
- DigitalSignatureProvider.cs
- AnimationClock.cs
- ClipboardProcessor.cs
- HttpProfileBase.cs
- BrushValueSerializer.cs
- XpsFilter.cs
- Win32.cs
- ReaderWriterLock.cs
- XmlLanguage.cs
- TabItem.cs
- WebScriptMetadataMessageEncoderFactory.cs
- ControlValuePropertyAttribute.cs
- CodeTypeParameter.cs
- HttpModuleAction.cs
- OdbcConnectionHandle.cs
- XmlSchemaGroupRef.cs
- DateTimeConstantAttribute.cs
- RegexCode.cs
- HotSpot.cs
- WCFServiceClientProxyGenerator.cs
- SoapUnknownHeader.cs