[]
HRESULT IDWriteFontFile::Analyze([Out] BOOL* isSupportedFontType,[Out] DWRITE_FONT_FILE_TYPE* fontFileType,[Out, Optional] DWRITE_FONT_FACE_TYPE* fontFaceType,[Out] unsigned int* numberOfFaces)
public void Analyze(out Bool isSupportedFontType, out FontFileType fontFileType, out FontFaceType fontFaceType, out int numberOfFaces)
Public Sub Analyze(ByRef isSupportedFontType As Bool, ByRef fontFileType As FontFileType, ByRef fontFaceType As FontFaceType, ByRef numberOfFaces As Integer)
| Type | Name | Description |
|---|---|---|
| Bool | isSupportedFontType | |
| FontFileType | fontFileType | |
| FontFaceType | fontFaceType | |
| int | numberOfFaces |