Page 1 of 1
issue bug for text portrait orientation
Posted: Tue Mar 18, 2014 7:51 am
by drugo
Hi
there is an issue or maybe a bug about text a photo with portrait orientation
using the text percentage , it works perfectly with landscape but it doesn't fit in portrait orientation
in the portrait orientation the text is out of the images
the problem begins when i there are photos with landscape and portrait orientation
thanks

Re: issue bug for text portrait orientation
Posted: Tue Mar 18, 2014 8:03 am
by xnview
could you post the result of landscape & portrait, please?
Re: issue bug for text portrait orientation
Posted: Tue Mar 18, 2014 8:43 am
by drugo
xnview wrote:could you post the result of landscape & portrait, please?
yes
here
images , the only effect on is Text
resize doesn't fix!
Re: issue bug for text portrait orientation
Posted: Wed Mar 19, 2014 6:28 am
by xnview
ok, currently i use % on bitmap height, perhaps i need to use on min(width, height) but even the text will not fit (with your text size)
text size is the height of the text.
Re: issue bug for text portrait orientation
Posted: Wed Mar 19, 2014 6:45 am
by drugo
xnview wrote:ok, currently i use % on bitmap height, perhaps i need to use on min(width, height) but even the text will not fit (with your text size)
text size is the height of the text.
Hi Pierre
will be fixed?
thanks
Re: issue bug for text portrait orientation
Posted: Wed Mar 19, 2014 8:31 am
by xnview
but even if i use min(width, height), the text will not be fully visible

Re: issue bug for text portrait orientation
Posted: Wed Mar 19, 2014 3:22 pm
by drugo
xnview wrote:but even if i use min(width, height), the text will not be fully visible

maybe the program could detect the orientation and calculate the right text size
Re: issue bug for text portrait orientation
Posted: Thu Mar 20, 2014 6:25 am
by xnview
drugo wrote:xnview wrote:but even if i use min(width, height), the text will not be fully visible

maybe the program could detect the orientation and calculate the right text size
As i said, the % is for text height, not text width. If i understand you, you want % for text width?
Re: issue bug for text portrait orientation
Posted: Fri Mar 21, 2014 12:00 am
by XnTriq