BDFfont
TBDF_Font.DrawText
TBDF_Font
procedure DrawText(const X: integer; const Y: integer; const Dest: TCanvas; Text: string);
Parameters
Parameters Description
const X: integer , Y: integer (X,Y) coordinates on the canvas client. Dest: TCanvas Destination Canvas. Text: string Text to display
Description
Draw a string on the Canvas at position (X,Y) To call the Draw method, the BDFfont must be initialized, by LoadFromFile method. Canvas drawing method can be configured as standard canvas routine. Beware that some character may not be defined ih the BDF font file you load !
Class
Links

Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2003. All rights reserved.