This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 1436f47f05624f213e5065a9436ccc404e6b8bad (commit) from cc29e24343c95c5edd528e3567af652fc9b70b7f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/1436f47f05624f213e5065a9436ccc404e6b8...
commit 1436f47f05624f213e5065a9436ccc404e6b8bad Author: Cyril Hrubis metan@ucw.cz Date: Mon Feb 25 11:04:40 2013 +0100
doc: text: Add note about width and height.
diff --git a/doc/text_api.txt b/doc/text_api.txt index 08cd715..1a77a7d 100644 --- a/doc/text_api.txt +++ b/doc/text_api.txt @@ -219,4 +219,11 @@ void GP_FontFaceFree(GP_FontFace *self); Renders TrueType font using link:http://www.freetype.org%5BFreeType] (currently printable ASCII only) into GFXprim font structures.
+One of the 'width' or 'height' may be zero, which means that the second value +should be computed accordingly. + +NOTE: If you pass both 'width' and 'height' non-zero the resulting font may + look strange as this action forced unnatural aspect ratio. + + TIP: For Font and TextStyle handling see link:example_fonts.html[examples].
-----------------------------------------------------------------------
Summary of changes: doc/text_api.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.