From 2da885a9db34993a2cf0945abe3b21fbb8df2fb4 Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Fri, 24 Sep 2010 17:53:46 +0000 Subject: [PATCH] Adding some Cairo doc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303753 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cairo/cairocontext/glyphpath.xml | 54 +++++++++------------- 1 file changed, 22 insertions(+), 32 deletions(-) diff --git a/reference/cairo/cairocontext/glyphpath.xml b/reference/cairo/cairocontext/glyphpath.xml index 16f7538e17..edf608e1e5 100644 --- a/reference/cairo/cairocontext/glyphpath.xml +++ b/reference/cairo/cairocontext/glyphpath.xml @@ -7,28 +7,27 @@ cairo_glyph_path The glyphPath purpose - + &reftitle.description; - Object oriented style (method): - + &style.oop; + public voidCairoContext::glyphPath arrayglyphs - - Procedural style: - + + &style.procedural; + voidcairo_glyph_path CairoContextcontext arrayglyphs - Description here. + Adds closed paths for the glyphs to the current path. + The generated path if filled, achieves an effect similar + to that of CairoContext::showGlyphs. - - &warn.undocumented.func; - - + &reftitle.parameters; @@ -37,7 +36,7 @@ context - Description... + A CairoContext object @@ -45,21 +44,21 @@ glyphs - Description... + Array of glyphs - + &reftitle.returnvalues; - Description... + &return.void; - + &reftitle.examples; @@ -71,9 +70,9 @@ /* ... */ ?> ]]> - - &example.outputs.similar; - + + &example.outputs.similar; + @@ -89,9 +88,9 @@ /* ... */ ?> ]]> - - &example.outputs.similar; - + + &example.outputs.similar; + @@ -99,16 +98,7 @@ - - - &reftitle.seealso; - - - Classname::Method - - - - +