Sponsors

CreateFont

Function name: CreateFont

Defined in : GDI32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function CreateFont Lib "gdi32" Alias "CreateFontA" (ByVal H As Long, ByVal W As Long, ByVal E As Long, ByVal O As Long, ByVal W As Long, ByVal I As Long, ByVal u As Long, ByVal S As Long, ByVal C As Long, ByVal OP As Long, ByVal CP As Long, ByVal Q As Long, ByVal PAF As Long, ByVal F As String) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Fonts

Categories