ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / Font1 Class / GetPanose Method

In This Topic
    GetPanose Method
    In This Topic
    void IDWriteFont1::GetPanose([Out] DWRITE_PANOSE* panose)
    Syntax
    'Declaration
     
    Public Sub GetPanose( _
       ByRef anoseRef As Panose _
    ) 
    public void GetPanose( 
       out Panose anoseRef
    )

    Parameters

    anoseRef
    See Also