summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorali <ali198724@gmail.com>2019-12-27 06:24:55 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-01-02 12:41:10 +0100
commit20b7c515d12ae25b98851cedfd5dc415e0f1dccb (patch)
tree360dad26e3a723f4c50ba6354573d7e573ec263d
parent7005241b22a583cd06426a01f1c956571da249a3 (diff)
downloadefl-20b7c515d12ae25b98851cedfd5dc415e0f1dccb.tar.gz
efl.text.font.properties: remove comments from eo files
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es> Differential Revision: https://phab.enlightenment.org/D10971
-rw-r--r--src/lib/efl/interfaces/efl_text_font_properties.eo3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_text_font_properties.eo b/src/lib/efl/interfaces/efl_text_font_properties.eo
index 796a020324..b7957a8ac9 100644
--- a/src/lib/efl/interfaces/efl_text_font_properties.eo
+++ b/src/lib/efl/interfaces/efl_text_font_properties.eo
@@ -36,9 +36,6 @@ enum @beta Efl.Text_Font_Slant {
italic, [[Italic font slant.]]
}
-/* FIXME: It needs to support "normal" option for non-color bitmap font.
- For supporting "normal" option, S/W glyph drawing engine should be updated.
- */
enum @beta Efl.Text_Font_Bitmap_Scalable {
[[Scalable of bitmap fonts.
]]