| 名前 | 解説 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Create | Creates a new instance of the Factoryclass. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateCustomRenderingParams | HRESULT IDWriteFactory::CreateCustomRenderingParams([In] float gamma,[In] float enhancedContrast,[In] float clearTypeLevel,[In] DWRITE_PIXEL_GEOMETRY pixelGeometry,[In] DWRITE_RENDERING_MODE renderingMode,[Out, Fast] IDWriteRenderingParams** renderingParams) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateEllipsisTrimmingSign | HRESULT IDWriteFactory::CreateEllipsisTrimmingSign([In] IDWriteTextFormat* textFormat,[Out, Fast] IDWriteInlineObject** trimmingSign) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateFontFace | オーバーロードされます。 HRESULT IDWriteFactory::CreateFontFace([In] DWRITE_FONT_FACE_TYPE fontFaceType,[In] unsigned int numberOfFiles,[In, Buffer] const IDWriteFontFile** fontFiles,[In] unsigned int faceIndex,[In] DWRITE_FONT_SIMULATIONS fontFaceSimulationFlags,[Out, Fast] IDWriteFontFace** fontFace) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateFontFileReference | HRESULT IDWriteFactory::CreateFontFileReference([In] const wchar_t* filePath,[In, Optional] const FILETIME* lastWriteTime,[Out, Fast] IDWriteFontFile** fontFile) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateGdiCompatibleTextLayout | HRESULT IDWriteFactory::CreateGdiCompatibleTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float layoutWidth,[In] float layoutHeight,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[Out, Fast] IDWriteTextLayout** textLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateGdiCompatibleTextLayout1 | HRESULT IDWriteFactory::CreateGdiCompatibleTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float layoutWidth,[In] float layoutHeight,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] BOOL useGdiNatural,[Out, Fast] IDWriteTextLayout** textLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateGlyphRunAnalysis | HRESULT IDWriteFactory::CreateGlyphRunAnalysis([In] const DWRITE_GLYPH_RUN* glyphRun,[In] float pixelsPerDip,[In, Optional] const DWRITE_MATRIX* transform,[In] DWRITE_RENDERING_MODE renderingMode,[In] DWRITE_MEASURING_MODE measuringMode,[In] float baselineOriginX,[In] float baselineOriginY,[Out, Fast] IDWriteGlyphRunAnalysis** glyphRunAnalysis) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateMonitorRenderingParams | HRESULT IDWriteFactory::CreateMonitorRenderingParams([In] HMONITOR monitor,[Out, Fast] IDWriteRenderingParams** renderingParams) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateNumberSubstitution | HRESULT IDWriteFactory::CreateNumberSubstitution([In] DWRITE_NUMBER_SUBSTITUTION_METHOD substitutionMethod,[In] const wchar_t* localeName,[In] BOOL ignoreUserOverride,[Out, Fast] IDWriteNumberSubstitution** numberSubstitution) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateRenderingParams | HRESULT IDWriteFactory::CreateRenderingParams([Out, Fast] IDWriteRenderingParams** renderingParams) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateTextAnalyzer | HRESULT IDWriteFactory::CreateTextAnalyzer([Out, Fast] IDWriteTextAnalyzer** textAnalyzer) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateTextFormat | HRESULT IDWriteFactory::CreateTextFormat([In] const wchar_t* fontFamilyName,[In, Optional] IDWriteFontCollection* fontCollection,[In] DWRITE_FONT_WEIGHT fontWeight,[In] DWRITE_FONT_STYLE fontStyle,[In] DWRITE_FONT_STRETCH fontStretch,[In] float fontSize,[In] const wchar_t* localeName,[Out, Fast] IDWriteTextFormat** textFormat) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateTextLayout | HRESULT IDWriteFactory::CreateTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float maxWidth,[In] float maxHeight,[Out, Fast] IDWriteTextLayout** textLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateTextLayout1 | HRESULT IDWriteFactory::CreateTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float maxWidth,[In] float maxHeight,[Out, Fast] IDWriteTextLayout** textLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | CreateTypography | HRESULT IDWriteFactory::CreateTypography([Out, Fast] IDWriteTypography** typography) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetGdiInterop | HRESULT IDWriteFactory::GetGdiInterop([Out] IDWriteGdiInterop** gdiInterop) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetSystemFontCollection | HRESULT IDWriteFactory::GetSystemFontCollection([Out] IDWriteFontCollection** fontCollection,[In] BOOL checkForUpdates) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | QueryInterface | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | RegisterFontCollectionLoader | Registers a custom font collection loader with the factory object. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | RegisterFontFileLoader | Registers a font file loader with DirectWrite. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | UnregisterFontCollectionLoader | Unregisters a custom font collection loader that was previously registered using {{RegisterFontCollectionLoader}}. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | UnregisterFontFileLoader | Unregisters a font file loader that was previously registered with the DirectWrite font system using {{RegisterFontFileLoader}}. |