Opens a stream for reading the data of this typeface. @return a StreamAsset for the typeface data, or null if not available
()
| 332 | * @return a StreamAsset for the typeface data, or null if not available |
| 333 | */ |
| 334 | public StreamAsset openStream(){ |
| 335 | return openStream(null); |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * Opens a stream for reading the data of this typeface. |