Unit 'cocoaprintcanvas' Package
[Overview][Classes][Index] [#lz_printers]

TCanvasOperation_Font

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cocoaprintcanvas.pas line 62

type TCanvasOperation_Font = class(TCanvasOperation_Pen_Brush)

public

  Font_Name: string;

  

  Font_Size: Integer;

  

  Font_Bold: Boolean;

  

  Font_Italic: Boolean;

  

  Font_Underline: Boolean;

  

  Font_StrikeThrough: Boolean;

  

  Font_Orientation: Integer;

  

  Font_Pitch: TFontPitch;

  

  Font_Quality: TFontQuality;

  

  procedure DrawTo(); override;

  

end;

Inheritance

TCanvasOperation_Font

  

|

TCanvasOperation_Pen_Brush

  

|

TCanvasOperation_Pen

  

|

TCanvasOperation

  

|

TObject



CT Web help

CodeTyphon Studio