collect_unicodes
Description:
[
Version ( since =
"1.9.0" ) ]
public void collect_unicodes (
Set @out)
Collects all of the Unicode characters covered by face and adds them to the Set
set out.
Parameters:
| face |
A face object
|
| out |
The set to add Unicode characters to
|