Class FontFamilyHandle
public class FontFamilyHandle : ObjectHandle, IDisposable
- Inheritance
-
FontFamilyHandle
- Implements
- Inherited Members
Constructors
FontFamilyHandle(nint, bool)
public FontFamilyHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static FontFamilyHandle For<T>(ConstructArgument[] constructArguments) where T : FontFamily, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T