(char c)
| 3369 | /// |
| 3370 | /// true if the charcter is an RTL character |
| 3371 | public boolean isRTL(char c) { |
| 3372 | return impl.isRTL(c); |
| 3373 | } |
| 3374 | |
| 3375 | /// This method is essentially equivalent to cls.getResourceAsStream(String) |
| 3376 | /// however some platforms might define unique ways in which to load resources |
no outgoing calls