Skip to content

kdimens-extension v1.0

Latest
Compare
Choose a tag to compare
@jianastrero jianastrero released this 02 Dec 21:05
· 1 commit to main since this release

PX to DP

// Convert any Number(Int, Float, Double, Etc.) from PX to DP
14.dp

DP to PX

// Convert any Number(Int, Float, Double, Etc.) from DP to PX
14.pxOfDP

PX to SP

// Convert any Number(Int, Float, Double, Etc.) from PX to SP
14.sp

SP to PX

// Convert any Number(Int, Float, Double, Etc.) from SP to PX
14.pxOfSP