Re: [android-developers] font size normalization

2015-08-10 Thread Marina Cuello
You could use this tool to help on calculations:
http://angrytools.com/android/pixelcalc/

Marina

On Fri, Aug 7, 2015 at 12:11 PM, Justin Anderson magouyaw...@gmail.com
wrote:

 AFAIK there is no direct matching like that. They are two different
 operating systems and render text differently.

 That being said, I think I read an article once that said there is a
 (very) rough equivalence between pts used in iOS and sp/dp values used in
 Android.

 You could try using 18 sp (or dp) and comparing rendered font sizes on
 your Android and iOS devices. It may not be exact and you may need to tweak
 it a little, but it is going to mainly be a trial and error kind of thing.

 Of course, all of this is assuming you are not defining your fonts in
 pixel values on Android, which would be a big no no.

 Hope that helps.

 On Fri, Aug 7, 2015, 9:55 AM Jags jag...@gmail.com wrote:

 in my app i use title fonr size 18.7 in ios, my customer says in android
 same size font looks smaller than iphone in s6.
 which font type and size in android s6 will be closest matching in iphone
 ? iphone one is accepted by my customer as a standard to use.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] font size normalization

2015-08-07 Thread Jags
in my app i use title fonr size 18.7 in ios, my customer says in android 
same size font looks smaller than iphone in s6.
which font type and size in android s6 will be closest matching in iphone ? 
iphone one is accepted by my customer as a standard to use.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] font size normalization

2015-08-07 Thread Justin Anderson
AFAIK there is no direct matching like that. They are two different
operating systems and render text differently.

That being said, I think I read an article once that said there is a (very)
rough equivalence between pts used in iOS and sp/dp values used in Android.

You could try using 18 sp (or dp) and comparing rendered font sizes on your
Android and iOS devices. It may not be exact and you may need to tweak it a
little, but it is going to mainly be a trial and error kind of thing.

Of course, all of this is assuming you are not defining your fonts in pixel
values on Android, which would be a big no no.

Hope that helps.

On Fri, Aug 7, 2015, 9:55 AM Jags jag...@gmail.com wrote:

 in my app i use title fonr size 18.7 in ios, my customer says in android
 same size font looks smaller than iphone in s6.
 which font type and size in android s6 will be closest matching in iphone
 ? iphone one is accepted by my customer as a standard to use.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.