efl/src/lib
Bowon Ryu 9dfcd5f9ec edje/style: Fix a problem where embedded font does not load in edj
Summary:
When edje_font_is_embedded the path of the font must be "font=edje/fonts/%s"
The previous code is "font=%s"
This causes the font to not load properly when edje_font_is_embedded.

Test Plan:
edje_cc test.edc
edje_player test.edj

collections {
    group { "main";
        fonts {
            // Set any two fonts in your local path.
            font: "ANYFONT_1.TTF" "font_1";
            font: "ANYFONT_2.TTF" "font_2";
        }
        styles {
            style { name: "textblock_style_1";
                base: "font=font_1 font_size=30 color=#ffffff";
            }
            style { name: "textblock_style_2";
                base: "font=font_2 font_size=30 color=#ffffff";
            }
        }
        parts {
            spacer { "base";
                scale;
                desc { "default";
                    min: 600 250;
                    max: 600 250;
                }
            }
            rect { "bg";
                scale;
                desc { "default";
                    rel.to: "base";
                    color: 5 5 5 255;
                }
            }
            textblock { "tb1";
                scale;
                desc { "default";
                    rel.to: base;
                    rel1.relative: 0 0;
                    rel2.relative: 1 0.5;
                    text.text: "THIS IS FONT 1";
                    text.style: "textblock_style_1";
                }
            }
            textblock { "tb2";
                scale;
                desc { "default";
                    rel.to: base;
                    rel1.relative: 0 0.5;
                    rel2.relative: 1 1;
                    text.text: "THIS IS FONT 2";
                    text.style: "textblock_style_2";
                }
            }
        }
    }
}

Reviewers: smohanty, CHAN, Hermet

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11401
2020-02-24 20:16:41 +09:00
..
ecore ecore: fix a memory leak 2020-02-19 15:20:29 +01:00
ecore_audio eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
ecore_avahi
ecore_buffer
ecore_cocoa
ecore_con ecore_con: fix to check a return value of functions 2020-02-19 15:20:34 +01:00
ecore_drm
ecore_drm2 ecore-drm2: Fix issue of shifting 1 by more than 32bits 2019-11-14 12:21:40 -05:00
ecore_evas ecore_evas_buffer: Unregister input events when ecore_evas_buffer is freed 2019-12-30 11:23:22 -05:00
ecore_fb
ecore_file esacpe: remove library from tree 2019-12-04 12:21:24 -08:00
ecore_imf ecore_imf: Deprecated autofill enums in input hints 2020-01-16 13:26:08 +09:00
ecore_imf_evas
ecore_input
ecore_input_evas ecore_input_evas: fix ouble use of include guard define 2019-11-20 10:30:17 +01:00
ecore_ipc
ecore_sdl
ecore_wayland
ecore_win32 ecore_win32: fix compose event field 2019-11-28 11:06:24 +00:00
ecore_wl2 ecore_wl2: Fix doc(delete tags). 2020-01-29 09:01:51 -05:00
ecore_x ecore x - fix debug printf format to print time 2020-02-14 09:00:48 +00:00
ector ector software: catch up losing tasks among the threads. 2019-12-19 20:30:31 +09:00
edje edje/style: Fix a problem where embedded font does not load in edj 2020-02-24 20:16:41 +09:00
eet evas_textblock: content fit feature 2019-12-12 14:22:46 +09:00
eeze eeze: remove tizen module support from eeze sensor 2019-12-11 13:46:31 +01:00
efl efl_ui_draggable: move these events back to legacy 2020-02-19 16:34:02 +01:00
efl_mono efl_mono: Create insert list/array c# wrapper for eina_value. 2020-02-13 15:26:50 -03:00
efl_wl efl_wl: Add ecore_wl2_internal include 2020-01-09 10:53:26 -05:00
efreet eina - fix eina_strndup test passing 2020-01-15 19:23:44 +00:00
eina eina: Fix warnings about unused variables on Windows 2020-02-23 07:38:05 -05:00
eio Tabs: remove them 2020-02-12 10:44:06 +01:00
eldbus eldbus_service: Prevent memory leak 2020-02-14 16:27:12 +09:00
elementary Revert "elm_spinner: Fixed to apply the %d format." 2020-02-24 10:15:32 +01:00
elput
elua correct edje pkg-config generation for luaold 2019-12-28 10:47:46 +01:00
embryo exotic: remove left-overs from Exotic support 2019-12-04 12:21:28 -08:00
emile emile: remove a improper free logic 2020-02-19 15:20:26 +01:00
emotion Efl.Player: Add setter of playback_progress 2019-12-31 09:53:10 -05:00
eo C#: Add error checking for Eina.Success_Flag return type 2020-02-18 17:53:19 -03:00
eolian eolian: fix missing stringshare_ref 2020-02-06 14:43:38 +01:00
eolian_cxx C#: Add error checking for Eina.Success_Flag return type 2020-02-18 17:53:19 -03:00
ephysics fix various trivial null derefs 2019-10-18 13:30:10 -04:00
ethumb
ethumb_client
evas canvas proxy: fix broken proxy source clipping function. 2020-02-20 21:22:37 +09:00
evil evil: make it clear in the docs that this library is private to efl 2019-10-07 12:50:14 +02:00
exactness exactness: remove unused code 2020-02-07 11:31:21 +01:00
.gitignore