org.eclipse.rap
org.eclipse.rap copied to clipboard
added ability to have pt in css for font sizes
I have no idea why the commit is "mknauer authored", that was not the case.
Also-by: Ralf Schlesinger [email protected] Also-by: Rico Scholz [email protected]
Can one of the admins verify this patch?
ok to test
It's better to implement it in PropertyResolver.readFontSize(LexicalUnit) instead of PropertyResolver.readSingleLengthUnit.
PropertyResolver.readSingleLengthUnit is used in other places like readDimension or readShadow, where pt does not make sense. Please add a test to org.eclipse.rap.rwt.internal.theme.css.PropertyResolver_Test.testFontSize().