GdipCloneFont

 

 

Description

Creates a new Font object based on this Font object.

Syntax

GpStatus WINGDIPAPI GdipCloneFont(

    GpFont* font,

    GpFont** cloneFont

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCloneFont ( _

    BYVAL pFont AS DWORD, _

    BYREF cloneFont AS DWORD _

) AS LONG

Parameters

 

font

[in] Pointer to the Font object to clone.

cloneFont

[out] Pointer to a variable that receives a pointer to the new created Font object.

 

Valid HTML 4.01 Transitional