[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10911
type TGtkPrintContext = object(TGObject) |
||
function create_pango_context; |
|
|
function create_pango_layout; |
|
|
function get_cairo_context; |
|
|
function get_dpi_x; |
|
|
function get_dpi_y; |
|
|
function get_hard_margins(); |
|
|
function get_height; |
|
|
function get_page_setup; |
|
|
function get_pango_fontmap; |
|
|
function get_width; |
|
|
procedure set_cairo_context(); |
|
|
end; |
|
||
|