diff options
Diffstat (limited to 'src/lib/efl/interfaces/efl_text_font.eo')
-rw-r--r-- | src/lib/efl/interfaces/efl_text_font.eo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/efl/interfaces/efl_text_font.eo b/src/lib/efl/interfaces/efl_text_font.eo index f7a6e4064c..836835c2a6 100644 --- a/src/lib/efl/interfaces/efl_text_font.eo +++ b/src/lib/efl/interfaces/efl_text_font.eo | |||
@@ -1,4 +1,3 @@ | |||
1 | // src/lib/efl/interfaces/efl_text_font.eo | ||
2 | import efl_gfx_types; | 1 | import efl_gfx_types; |
3 | enum @beta Efl.Text_Font_Weight { | 2 | enum @beta Efl.Text_Font_Weight { |
4 | [[Type of font weight]] | 3 | [[Type of font weight]] |
@@ -58,12 +57,12 @@ interface @beta Efl.Text_Font { | |||
58 | This property controls the font name of a text object. | 57 | This property controls the font name of a text object. |
59 | The font string has to follow fontconfig's convention for | 58 | The font string has to follow fontconfig's convention for |
60 | naming fonts, as it's the underlying library used to query system | 59 | naming fonts, as it's the underlying library used to query system |
61 | fonts by Evas (see the fc-list command's output, on your system, | 60 | fonts by EFL (see the $[fc-list] command's output, on your system, |
62 | to get an idea). Alternatively, youe can use the full path to a font | 61 | to get an idea). Alternatively, you can use the full path to a font |
63 | file. | 62 | file. |
64 | 63 | ||
65 | When reading it, the font name string is still owned by | 64 | When reading it, the font name string is still owned by |
66 | Evas and should not be freed. | 65 | EFL and should not be freed. |
67 | See also @.font_source. | 66 | See also @.font_source. |
68 | ]] | 67 | ]] |
69 | set { | 68 | set { |