Cairo__FontFace.st
changeset 88 9d51db2ba641
parent 63 054f0513ea65
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 CObject subclass:#FontFace
    13 CObject subclass:#FontFace
     7 	classVariableNames:''
    15 	classVariableNames:''
     8 	poolDictionaries:''
    16 	poolDictionaries:''
     9 	category:'Cairo-Objects'
    17 	category:'Cairo-Objects'
    10 !
    18 !
    11 
    19 
       
    20 !FontFace 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 !FontFace class methodsFor:'instance creation'!
    33 !FontFace class methodsFor:'instance creation'!
    14 
    34 
    15 fromFontDescription: aFontDescription
    35 fromFontDescription: aFontDescription
    16     Screen current platformName == #X11 ifTrue:[ 
    36     Screen current platformName == #X11 ifTrue:[