Cairo__SurfacePDF.st
changeset 88 9d51db2ba641
parent 39 8af34937e1ec
equal deleted inserted replaced
87:d1313f80a9a7 88:9d51db2ba641
       
     1 "
       
     2 stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
       
     3 
       
     4 Copyright (C) 2008-2019 Jan Vrany
       
     5 
       
     6 This code is licensed under Creative Commons Attribution-NonCommercial License.
       
     7 For full text of the license, see file LICENSE.txt
       
     8 "
     1 "{ Package: 'stx:goodies/libcairo' }"
     9 "{ Package: 'stx:goodies/libcairo' }"
     2 
    10 
     3 "{ NameSpace: Cairo }"
    11 "{ NameSpace: Cairo }"
     4 
    12 
     5 Surface subclass:#SurfacePDF
    13 Surface subclass:#SurfacePDF
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'Cairo-Objects'
    17 	category:'Cairo-Objects'
    10 !
    18 !
    11 
    19 
       
    20 !SurfacePDF class methodsFor:'documentation'!
       
    21 
       
    22 copyright
       
    23 "
       
    24 stx:goodies/libcairo - Cairo graphics bindings for Smalltalk/X
       
    25 
       
    26 Copyright (C) 2008-2019 Jan Vrany
       
    27 
       
    28 This code is licensed under Creative Commons Attribution-NonCommercial License.
       
    29 For full text of the license, see file LICENSE.txt
       
    30 "
       
    31 ! !
    12 
    32 
    13 !SurfacePDF class methodsFor:'documentation'!
    33 !SurfacePDF class methodsFor:'documentation'!
    14 
    34 
    15 version_HG
    35 version_HG
    16 
    36