FontFamilyA

Fonts

Description

The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to FontFamily and string arguments are interpreted using the current SetAnsiMode code page

Returns the font family of the selected font, if available.

Syntax

Delphi

Function DLFontFamilyA(InstanceID: Integer): PAnsiChar;

DLL

const char * DLFontFamilyA(int InstanceID);