On Sun, Oct 28, 2012 at 02:24:42PM -0400, Dan Espen wrote:
> Walter Alejandro Iglesias <e...@roquesor.com> writes:
> 
> > Hello,
> >
> > On interactive Move/Resize the default step is 5 pixels, 100p holding
> > Shift and 1p holding Ctrl.
> >
> > Is there a way of customize that?
> 
> Currently no.
> 
> The values 1,5,100 are defined in:
> 
> libs/default.h

Hi again Dan,

off topic but related

Reading this header file I discovered something related to other post I
did here titled "Bitmap Fonts and UTF-8".  That the three fonts that
appeared on PrintInfo output (I explained on that post not
included by me on any style) are the fonts hard coded on libs/default.h:

-*-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*,
-*-fixed-medium-r-normal-*-14-*-*-*-*-*-*-*,
-*-*-medium-r-normal-*-16-*-*-*-*-*-*-*

Now I tried the following.  I commented out all Font entries in my
styles and let FVWM load the fonts itself.  In theory FVWM should
load some of the fonts above (Am I wrong?).  Once started all defaulted to
the first of the three mentioned:

-*-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*

with NO errors on start up and rendering the correct characters.  But if
I include that font in any style entry it appears the error:

[fvwm][FlocaleGetFontSet]: (-*-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*) 
Missing font charsets:
JISX0208.1983-0, KSC5601.1987-0, GB2312.1980-0, JISX0201.1976-0

Googling, I saw that this is an old issue with utf-8 and X server trying
to find the font that matches on all encodings.

I don't know if all this comment is useful because that X issue
seems not to have a solution.



Reply via email to