ComponentOne Bitmap for WPF
Analyze Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > FontFile Class : Analyze Method
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

Reference

FontFile Class
FontFile Members