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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="CairoScaledFont" namespace="" name="CairoScaledFont">
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The __construct purpose"/>
<return type="void"/>
</docblock>
<parameter name="font_face" optional="false" byreference="false" type="object" class="CairoFontFace"/>
<parameter name="matrix" optional="false" byreference="false" type="object" class="CairoMatrix"/>
<parameter name="ctm" optional="false" byreference="false" type="object" class="CairoMatrix"/>
<parameter name="options" optional="false" byreference="false" type="object" class="CairoFontOptions"/>
</constructor>
<method name="extents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The extents purpose"/>
<return type="array"/>
</docblock>
</method>
<method name="getCtm" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getCtm purpose"/>
<return type="CairoMatrix"/>
</docblock>
</method>
<method name="getFontFace" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontFace purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getFontMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontMatrix purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getFontOptions" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getFontOptions purpose">Object oriented style (method):</description>
<return type="void"/>
</docblock>
</method>
<method name="getScaleMatrix" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getScaleMatrix purpose"/>
<return type="void"/>
</docblock>
</method>
<method name="getType" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getType purpose"/>
<return type="int"/>
</docblock>
</method>
<method name="glyphExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The glyphExtents purpose"/>
<return type="array"/>
</docblock>
<parameter name="glyphs" optional="false" byreference="false" type="object" class="array"/>
</method>
<method name="status" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The status purpose">Object oriented style (method):</description>
<return type="int"/>
</docblock>
</method>
<method name="textExtents" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The textExtents purpose">Object oriented style (method):</description>
<return type="array"/>
</docblock>
<parameter name="text" optional="false" byreference="false" type="string"/>
</method>
</class>
|