summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-11-28 18:13:47 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-11-28 18:13:51 +0100
commit7c79ca674d7583b19a0c03e3763c69c943056884 (patch)
treeb4ef99a5f764bad5123496870de7b9ef48625537
parent9acab812ee02f5a2f30544d0eeacc521200e7ac1 (diff)
downloadefl-7c79ca674d7583b19a0c03e3763c69c943056884.tar.gz
docs: nitpicking
We should not refer to individual library names anymore. They are all part of EFL now!
-rw-r--r--src/lib/efl/interfaces/efl_text_font.eo7
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 @@
-// src/lib/efl/interfaces/efl_text_font.eo
import efl_gfx_types;
enum @beta Efl.Text_Font_Weight {
[[Type of font weight]]
@@ -58,12 +57,12 @@ interface @beta Efl.Text_Font {
This property controls the font name of a text object.
The font string has to follow fontconfig's convention for
naming fonts, as it's the underlying library used to query system
- fonts by Evas (see the fc-list command's output, on your system,
- to get an idea). Alternatively, youe can use the full path to a font
+ fonts by EFL (see the $[fc-list] command's output, on your system,
+ to get an idea). Alternatively, you can use the full path to a font
file.
When reading it, the font name string is still owned by
- Evas and should not be freed.
+ EFL and should not be freed.
See also @.font_source.
]]
set {