docs: efl_text_font: add docs for font weight enum
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 31 May 2017 15:19:57 +0000 (17:19 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 2 Jun 2017 07:21:11 +0000 (09:21 +0200)
Who comes up with font weight names like extrabold or black? :)

src/lib/efl/interfaces/efl_text_font.eo

index 3f4a1ac..01ce7dd 100644 (file)
@@ -2,19 +2,19 @@
 
 enum Efl.Text.Font.Weight {
    [[Type of font weight]]
-   normal,
-   thin,
-   ultralight,
-   extralight,
-   light,
-   book,
-   medium,
-   semibold,
-   bold,
-   ultrabold,
-   extrabold,
-   black,
-   extrablack,
+   normal, [[Normal font weight]]
+   thin, [[Thin font weight]]
+   ultralight, [[Ultralight font weight]]
+   extralight, [[Extralight font weight]]
+   light, [[Light font weight]]
+   book, [[Book font weight]]
+   medium, [[Medium font weight]]
+   semibold, [[Semibold font weight]]
+   bold, [[Bold font weight]]
+   ultrabold, [[Ultrabold font weight]]
+   extrabold, [[Extrabold font weight]]
+   black, [[Black font weight]]
+   extrablack, [[Extrablack font weight]]
 }
 
 enum Efl.Text.Font.Width {