tasn pushed a commit to branch evas-1.7.

commit 00c69b65bd6a7067a6ab9b57069ea9605aced045
Author: Tom Hacohen <[email protected]>
Date:   Wed Jul 31 14:27:13 2013 +0100

    Text object: Improved the docs explaining font selection.
---
 src/lib/Evas.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/Evas.h b/src/lib/Evas.h
index 914e053..7772d5b 100644
--- a/src/lib/Evas.h
+++ b/src/lib/Evas.h
@@ -7790,17 +7790,17 @@ EAPI void                 
evas_object_text_font_source_set(Evas_Object *obj, con
 EAPI const char          *evas_object_text_font_source_get(const Evas_Object 
*obj) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1);
 
 /**
- * Set the font family and size on a given text object.
+ * Set the font family or filename, and size on a given text object.
  *
  * @param obj The text object to set font for.
- * @param font The font (family) name.
+ * @param font The font family name or filename.
  * @param size The font size, in points.
  *
  * This function allows the font name and size of a text object to be
  * set. The @p font string has to follow fontconfig's convention on
  * naming fonts, as it's the underlying library used to query system
  * fonts by Evas (see the @c fc-list command's output, on your system,
- * to get an idea).
+ * to get an idea). Alternatively, one can use a full path to a font file.
  *
  * @see evas_object_text_font_get()
  * @see evas_object_text_font_source_set()

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to