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
- IQueryable.cs
- ItemList.cs
- GeometryModel3D.cs
- DataShape.cs
- LinqDataSourceEditData.cs
- Utility.cs
- BinaryCommonClasses.cs
- ActivityExecutorSurrogate.cs
- AttributeProviderAttribute.cs
- DirectoryInfo.cs
- COM2FontConverter.cs
- SharedPersonalizationStateInfo.cs
- Quack.cs
- TcpTransportManager.cs
- DebugInfoExpression.cs
- CategoryList.cs
- GridViewRowPresenterBase.cs
- APCustomTypeDescriptor.cs
- BlurBitmapEffect.cs
- DbConnectionPoolCounters.cs
- DrawingImage.cs
- ParagraphVisual.cs
- SafeLibraryHandle.cs
- ZipIOExtraFieldZip64Element.cs
- BindingCollection.cs
- ProfileManager.cs
- RequestCacheManager.cs
- ProofTokenCryptoHandle.cs
- TextPenaltyModule.cs
- OutputCacheProfile.cs
- FormClosedEvent.cs
- ItemCheckEvent.cs
- DashStyle.cs
- Parameter.cs
- ConstraintStruct.cs
- CustomDictionarySources.cs
- If.cs
- EventHandlingScope.cs
- PriorityQueue.cs
- ContentOperations.cs
- SamlAuthorizationDecisionClaimResource.cs
- SatelliteContractVersionAttribute.cs
- VerificationException.cs
- ParameterCollectionEditor.cs
- EventLevel.cs
- CommonDialog.cs
- LayoutSettings.cs
- BoundColumn.cs
- AnonymousIdentificationModule.cs
- EntityDataSourceValidationException.cs
- EntityViewGenerationAttribute.cs
- CssTextWriter.cs
- HelpKeywordAttribute.cs
- Parser.cs
- SmiSettersStream.cs
- ComponentDispatcher.cs
- WebUtil.cs
- HttpStreamXmlDictionaryReader.cs
- CookieHandler.cs
- DatasetMethodGenerator.cs
- LinqDataSourceSelectEventArgs.cs
- FontDriver.cs
- SchemaTypeEmitter.cs
- ContentFilePart.cs
- CoreChannel.cs
- TableRow.cs
- StreamResourceInfo.cs
- AppSettingsSection.cs
- StringTraceRecord.cs
- JavaScriptObjectDeserializer.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- ObjectTokenCategory.cs
- WebPartEditorApplyVerb.cs
- Facet.cs
- TheQuery.cs
- CngProvider.cs
- DataGridViewComboBoxCell.cs
- IdleTimeoutMonitor.cs
- TreeWalker.cs
- compensatingcollection.cs
- Tuple.cs
- SemaphoreSecurity.cs
- LinqDataSourceContextData.cs
- StringExpressionSet.cs
- Vector3DKeyFrameCollection.cs
- TokenBasedSetEnumerator.cs
- TreeNodeStyleCollection.cs
- XmlHelper.cs
- BamlTreeUpdater.cs
- CngAlgorithmGroup.cs
- SqlMetaData.cs
- ManageRequest.cs
- CodeVariableDeclarationStatement.cs
- IsolatedStorageFileStream.cs
- DoubleConverter.cs
- MemberAccessException.cs
- StorageMappingItemLoader.cs
- XmlSchemaObjectTable.cs
- Typeface.cs
- AuthenticodeSignatureInformation.cs