On Wed, 3 May 2017 10:11:45 +0900
Carsten Haitzler (The Rasterman) <[email protected]> wrote:

> i can't speak for elm_code specifically...

I do not think it is as specific to elm code

> but in general themes
> define the font for something and you can - if the theme has labelled
> the element with a text class, override that font and size with one
> of your own. the way to "go back to defaults" is to UNSET it (remove
> your font class entry with edje_object_text_class_del() or
> edje_text_class_del() if global).
> 
> but elm_code is different as it's not driven by edje. its a textgrid
> evas object directly driven by code thus elm_code's own code and
> config here decide how it works. :)

Even that aside, I have say a list of fonts from
evas_font_available_list.  Represented visually in a elm list object.
How do I know which is the one used, for the window title, labels, etc.
Which would allow me to select the current/default font in the font
list presented to user.

I get stuff can be styled overridden etc. With the default theme. Some
font is in use. Unless you go to use a Custom Font Class in Settings.

-- 
William L. Thomson Jr.

Attachment: pgpaBB4GL34Qy.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to