[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.Factory1

Factory1 Class

IDWriteFactory1

Implements
Namespace: C1.Util.DX.DirectWrite
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("30572f99-dac6-41db-a16e-0486307e606a")]
public class Factory1 : Factory, IDisposable, IUnknown

Constructors

Name Description
Factory1(IntPtr)

Initializes a new instance of the Factory1 class.

Methods

Name Description
Create(FactoryType)

Creates a new instance of the Factory1 class.

CreateCustomRenderingParams1(float, float, float, float, PixelGeometry, RenderingMode)

HRESULT IDWriteFactory1::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float enhancedContrastGrayscale,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE renderingMode,[Out] IDWriteRenderingParams1** renderingParams)

GetEudcFontCollection(bool)

HRESULT IDWriteFactory1::GetEudcFontCollection([out] IDWriteFontCollection **fontCollection, BOOL checkForUpdates = FALSE)

Operators

Name Description
explicit operator Factory1(IntPtr)

Performs an explicit conversion from IntPtr to Factory1.