Commit b9b579add389a1634cd5b6e7b39e2f0d3bb9e18d
1 parent
30c8f791
Update json style files with the new 'fontStyle' format.
* See 'Text - FONT_STYLE and INPUT_FONT_STYLE properties refactor' patch in toolkit. Change-Id: I2d2312a6ee7acdadc72e2af1ad4875dbc450eaef Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Showing
3 changed files
with
2 additions
and
3 deletions
resources/style/demo-theme.json.in
resources/style/mobile/demo-theme.json.in
shared/view.h
| @@ -46,7 +46,6 @@ struct ViewStyle | @@ -46,7 +46,6 @@ struct ViewStyle | ||
| 46 | const ViewStyle DEFAULT_VIEW_STYLE( 0.1f, 0.7f, 80.f, 4.f ); | 46 | const ViewStyle DEFAULT_VIEW_STYLE( 0.1f, 0.7f, 80.f, 4.f ); |
| 47 | 47 | ||
| 48 | const char* DEFAULT_TEXT_STYLE_FONT_FAMILY("HelveticaNue"); | 48 | const char* DEFAULT_TEXT_STYLE_FONT_FAMILY("HelveticaNue"); |
| 49 | -const char* DEFAULT_TEXT_STYLE_FONT_STYLE("Regular"); | ||
| 50 | const float DEFAULT_TEXT_STYLE_POINT_SIZE( 8.0f ); | 49 | const float DEFAULT_TEXT_STYLE_POINT_SIZE( 8.0f ); |
| 51 | 50 | ||
| 52 | const Dali::Toolkit::Alignment::Padding DEFAULT_PLAY_PADDING(12.0f, 12.0f, 12.0f, 12.0f); | 51 | const Dali::Toolkit::Alignment::Padding DEFAULT_PLAY_PADDING(12.0f, 12.0f, 12.0f, 12.0f); |