NAME

GdipCloneFontFamily  (GDIPLUS.@)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipCloneFontFamily
 (
  GpFontFamily*  family,
  GpFontFamily** clone
 )

DESCRIPTION

Creates a deep copy of a Font Family object.

PARAMS

FontFamily [In] Font to clone.
clonedFontFamily [Out] The resulting cloned font.

RETURNS

SUCCESS: Ok

IMPLEMENTATION

Declared in "gdiplusflat.h". https://source.winehq.org/source/include/gdiplusflat.h

Implemented in "dlls/gdiplus/font.c". https://source.winehq.org/source/dlls/gdiplus/font.c


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.