commit | 55e81983562ca507883f32f817e9d24e1c49b909 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Thu Aug 05 11:24:14 2010 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Thu Aug 05 11:24:14 2010 -0700 |
tree | 47cc8923a42cde3305c6304c4d06cc3c23d20bc4 | |
parent | 518f033b68649c151cc8725ea8c557eae01cc567 [diff] [blame] |
Fixing fonts to use constant color instead of variable. Change-Id: Ia590dfed482f82b7bc748c25b7b1592efea5b68c
diff --git a/libs/rs/rsFont.h b/libs/rs/rsFont.h index 2d9a34a..ab229be 100644 --- a/libs/rs/rsFont.h +++ b/libs/rs/rsFont.h
@@ -117,6 +117,7 @@ void renderText(Allocation *alloc, uint32_t start, int len, int x, int y); void setFontColor(float r, float g, float b, float a); + void getFontColor(float *r, float *g, float *b, float *a) const; protected: