evas: Remove Evas_Font_Size from EO

Ref T5312
This commit is contained in:
Jean-Philippe Andre 2017-05-12 18:10:24 +09:00
parent 51f5f43d43
commit 3df12eb690
4 changed files with 4 additions and 4 deletions

View File

@ -766,7 +766,7 @@ class Edje.Object (Efl.Canvas.Group.Clipped, Efl.File, Efl.Container, Efl.Part,
}
values {
font: string; [[Font name]]
size: Evas.Font.Size; [[Font Size]]
size: int; [[Font Size]]
}
}
text_class_del {

View File

@ -36,7 +36,7 @@ class Elm.Code_Widget (Elm.Layout, Elm.Interface.Atspi.Text)
}
values {
name: string; [[The name of the font to load]]
size: Evas.Font.Size; [[The font size for the widget]]
size: int; [[The font size for the widget]]
}
}
@property columns {

View File

@ -107,6 +107,8 @@ typedef struct _Evas_Coord_Precision_Size Evas_Coord_Precision_Size; /**< Ev
typedef struct _Evas_Position Evas_Position; /**< associates given point in Canvas and Output */
typedef struct _Evas_Precision_Position Evas_Precision_Position; /**< associates given point in Canvas and Output, with sub-pixel precision */
typedef int Evas_Font_Size; /**< Type used for font sizes (int). */
/**
* @typedef Evas_Smart_Class
*

View File

@ -33,8 +33,6 @@ enum Evas.Text_Style_Type {
shadow_direction_right = (0x7 << 4) [[shadow growing to the right]]
}
type Evas.Font.Size: int; [[A type for font size]]
enum Evas.Font.Hinting_Flags {
[[Flags for Font Hinting]]
legacy: Evas_Font_Hinting;