As none replayed I crated a ticket on phab. https://phab.enlightenment.org/T1331
2014-05-31 13:13 GMT+02:00 Davide Andreoli <[email protected]>: > Hi guys, > > I'm facing a bad edje bug wrt font rendering: > edje seems to ignore the font face for the second text part that use the > same font but with a different size. > > I can reproduce the error with all the TTF font I have (not with OTF > fonts). > > > Super simple test case (edje_cc main.edc && edje_player main.edj): > > The font can be downloaded from http://it.fonts2u.com/cinema-regular.font > , but every TTF seems affected. > Note the different size of the 2 fonts, if you change both to the same > size the error disappear > > fonts { > font: "CinemaRegular.ttf" "FontName"; > } > > collections { > group { name: "main"; > parts { > > part { name: "bg"; type: RECT; > description { state: "default" 0.0; > color: 30 30 30 255; > } > } > > part { name: "test1"; type: TEXT; > description { state: "default" 0.0; > rel2.relative: 1.0 0.5; > text { > font: "FontName"; > size: 20; > text: "Correct font"; > } > } > } > > part { name: "test2"; type: TEXT; > description { state: "default" 0.0; > rel1.relative: 0.0 0.5; > text { > font: "FontName"; > size: 21; > text: "Wrong font"; > } > } > } > > } > } > } > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
