I'm trying to convert some text dimension from a PSD representation to Android DP format. All over the internet there are resources that explain what are DP, SP an how to convert them but I still don't understand what exactly to do. I need an example for my case.
Let's say I have PSD with 3 lines of text with different dimensions:
18px font - ? dp
21px font - ? dp
28px font - ? dp
Which dimensions to choose for a handheld device if I want to maintain roughly the same apparent dimension? How to make my GUI to look similar to my PSD template?