ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / FontFile Class / Analyze Method

In This Topic
    Analyze Method
    In This Topic
    HRESULT IDWriteFontFile::Analyze([Out] BOOL* isSupportedFontType,[Out] DWRITE_FONT_FILE_TYPE* fontFileType,[Out, Optional] DWRITE_FONT_FACE_TYPE* fontFaceType,[Out] unsigned int* numberOfFaces)
    Syntax
    'Declaration
     
    Public Sub Analyze( _
       ByRef isSupportedFontType As Bool, _
       ByRef fontFileType As FontFileType, _
       ByRef fontFaceType As FontFaceType, _
       ByRef numberOfFaces As System.Integer _
    ) 
    public void Analyze( 
       out Bool isSupportedFontType,
       out FontFileType fontFileType,
       out FontFaceType fontFaceType,
       out System.int numberOfFaces
    )

    Parameters

    isSupportedFontType
    fontFileType
    fontFaceType
    numberOfFaces
    See Also