[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: postscriptunicode.pas line 43
type TPsUnicode = class |
||
public |
||
constructor create; |
|
|
destructor destroy; override; |
|
|
procedure OutputString(); |
|
|
function BlockFor(); |
|
|
property Font: String; [rw] |
|
|
property FontSize: Integer; [rw] |
|
|
property FOntStyle: Integer; [rw] |
|
|
property OutLst: TStringlist; [rw] |
|
|
end; |
|
||
| | ||
TObject |