mirror of https://github.com/texmacs/doc.git
Fix screen fitting facilities for new page rendering styles
This commit is contained in:
parent
14eeda61bd
commit
a99d3f8e5e
|
@ -6179,7 +6179,15 @@ source code.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(get-page-width)>
|
<scm|(get-page-count)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|get_page_count> which returns
|
||||||
|
<scm|int>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(get-page-width <scm-arg|bool>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
<|explain>
|
<|explain>
|
||||||
Calls the <c++> function <cpp|get_page_width> which returns
|
Calls the <c++> function <cpp|get_page_width> which returns
|
||||||
|
@ -6187,13 +6195,37 @@ source code.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(get-page-height)>
|
<scm|(get-pages-width <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|get_pages_width> which returns
|
||||||
|
<scm|int>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(get-page-height <scm-arg|bool>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
<|explain>
|
<|explain>
|
||||||
Calls the <c++> function <cpp|get_page_height> which returns
|
Calls the <c++> function <cpp|get_page_height> which returns
|
||||||
<scm|int>.
|
<scm|int>.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(get-total-width <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|get_total_width> which returns
|
||||||
|
<scm|int>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
|
<\explain>
|
||||||
|
<scm|(get-total-height <scm-arg|bool>)>
|
||||||
|
<explain-synopsis|no synopsis>
|
||||||
|
<|explain>
|
||||||
|
Calls the <c++> function <cpp|get_total_height> which returns
|
||||||
|
<scm|int>.
|
||||||
|
</explain>
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<scm|(get-attachment <scm-arg|string>)>
|
<scm|(get-attachment <scm-arg|string>)>
|
||||||
<explain-synopsis|no synopsis>
|
<explain-synopsis|no synopsis>
|
||||||
|
|
Loading…
Reference in New Issue