From a4ad866bc13fa20d308e7e9ce2d8fc646fe828e3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 8 Mar 2019 15:55:43 +0100 Subject: eo files: mark a bunch of types with @beta Summary: these are all types that we do not currently want to release Depends on D8102 Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: segfaultxavi, cedric Tags: #efl_api Differential Revision: https://phab.enlightenment.org/D8241 --- src/lib/efl/interfaces/efl_text_font.eo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/efl/interfaces/efl_text_font.eo') diff --git a/src/lib/efl/interfaces/efl_text_font.eo b/src/lib/efl/interfaces/efl_text_font.eo index bcbc837439..6eb36ce676 100644 --- a/src/lib/efl/interfaces/efl_text_font.eo +++ b/src/lib/efl/interfaces/efl_text_font.eo @@ -1,6 +1,6 @@ // src/lib/efl/interfaces/efl_text_font.eo import efl_gfx_types; -enum Efl.Text_Font_Weight { +enum @beta Efl.Text_Font_Weight { [[Type of font weight]] normal, [[Normal font weight]] thin, [[Thin font weight]] @@ -17,7 +17,7 @@ enum Efl.Text_Font_Weight { extrablack, [[Extrablack font weight]] } -enum Efl.Text_Font_Width { +enum @beta Efl.Text_Font_Width { [[Type of font width]] normal, [[Normal font width]] ultracondensed, [[Ultracondensed font width]] @@ -30,7 +30,7 @@ enum Efl.Text_Font_Width { ultraexpanded, [[Ultraexpanded font width]] } -enum Efl.Text_Font_Slant { +enum @beta Efl.Text_Font_Slant { [[Type of font slant]] normal, [[Normal font slant]] oblique, [[Oblique font slant]] @@ -40,7 +40,7 @@ enum Efl.Text_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 Efl.Text_Font_Bitmap_Scalable { +enum @beta Efl.Text_Font_Bitmap_Scalable { [[Scalable of bitmap fonts @since 1.21 -- cgit v1.2.1