On Tue, 20 Apr 2021 07:11:32 +0900 Masaru Nomiya <nom...@galaxy.dti.ne.jp> said:

> Hello,
> 
> In the Message; 
> 
>   Subject    : Re: [e-users] Solved! (Was: Re: font settings don't work)
>   Message-ID : <20210419125638.1ae62aeb4cc83820cb87c...@rasterman.com>
>   Date & Time: Mon, 19 Apr 2021 12:56:38 +0100
> 
> [CH] == Carsten Haitzler <ras...@rasterman.com> has written:
> 
> [...]
> CH> Before you selected "Large", was any size selected? Or was
> CH> nothing selected?
> 
> Maybe, nothing selected.
> 
> Anyway, I fully understand, found the perfect solution.
> 
> I've struggled to get the same loook and feel as of enlightenment
> 0.23.1.
> Until 0.23.1, I got the loook and feel with settyiing the font on the
> font setting panel;
> 
> 1. enable customization of font class
> 2. select Monapo font
> 3. select 13 pixecls.
> 4. apply
> 
> To get the same look and feel, I must do;
> 
> 1. enable customization of font class
> 2. select Monapo font
> 3. select 13 pixecls.
> 4. apply
> 
> Moreover,
> 
> 5. proceed to setting for the applications
> 6. select Monapo font
> 7. select 16 pixcels
> 8. apply
> 
> That;s all!
> 
> Why 16 pixcels?
> 
> Is this issue specific to Japanese (or, CJK)?

enlightenment will set xft.dpi to 75 if scale is 1.0. it didn't set this
before. efl itself always rendered fonts at 75dpi. it's compiled-in. scaling is
not done by faking/changing dpi but by applying a scale factor. to make sure
everything matches it now sets the dpi to 75 (multiplied by scale factor), thus
you may need to set a different font size. if you are changing font size, it is
possible you actually want to increase the scale factor to 1.2 or 1.3 instead.
Font size ONLY affects fonts. scale factor affects everything.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to