summaryrefslogtreecommitdiff
path: root/lib/wx/doc/src/wxPostScriptDC.xml
blob: 08b2a37c34ecaa14ef6d22a374db15977fa95d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">

<!-- THIS FILE IS GENERATED DO NOT EDIT -->


<erlref>
<header>
  <copyright>
    <year>2020</year><year>2021</year>
    <holder>wxWidgets team.</holder></copyright>
  <legalnotice>Licensed under the wxWindows Free Documentation Licence, Version 3
  </legalnotice>
  <title>wxPostScriptDC</title>
</header>
<module>wxPostScriptDC</module>
<modulesummary>Functions for wxPostScriptDC class</modulesummary>
<description><p>This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform. See <seeerl marker="wxDC"><c>wxDC</c></seeerl> for descriptions of the member functions.
      </p><p>Starting a document</p> <p>Document should be started with call to <seemfa marker="wxDC#startDoc/2"><c>wxDC:startDoc/2</c></seemfa> prior to calling any function to execute a drawing operation. However, some functions, like <seemfa marker="wxDC#setFont/2"><c>wxDC:setFont/2</c></seemfa>, may be legitimately called even before <seemfa marker="wxDC#startDoc/2"><c>wxDC:startDoc/2</c></seemfa>.
      </p> 
  <p>This class is derived (and can use functions) from: 
    <seeerl marker="wxDC"><c>wxDC</c></seeerl></p>
  
  <p>wxWidgets docs: <url href="https://docs.wxwidgets.org/3.1/classwx_post_script_d_c.html">wxPostScriptDC</url></p>
  </description>
<datatypes><datatype><name name="wxPostScriptDC"/></datatype></datatypes>

<funcs>
  <func>
    <name name="new" arity="0" clause_i="1" since=""/>
    <fsummary/>
    <desc/>
  </func>
  
  <func>
    <name name="new" arity="1" clause_i="1" since=""/>
    <fsummary>Constructs a PostScript printer device context from a <c>wxPrintData</c> object. </fsummary>
    <desc><p>Constructs a PostScript printer device context from a <seeerl marker="wxPrintData"><c>wxPrintData</c></seeerl> object. 
      </p></desc>
  </func>
  
  <func>
    <name name="destroy" arity="1" clause_i="1" since=""/>
    <fsummary>Destructor</fsummary>
    <desc><p>Destroys the object.</p></desc>
  </func>
  </funcs>
</erlref>