RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFontAdapter.Create Constructor

Creates an instance of the font adapter control.

Pascal
constructor Create(Font: TFont);
C++
__fastcall TFontAdapter(TFont Font);

Applications do not normally create objects of this class. Instead, they call the GetOleFont procedure, which creates the binding between a TFont and an OLE font object. 

 

GetOleFont

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!