unicodeRange property
String
get
unicodeRange
The unicodeRange
property of the FontFace interface retrieves or
sets the range of unicode code points encompassing the font.
This property is equivalent to the descriptor.
Implementation
external String get unicodeRange;
set
unicodeRange
(String value)
Implementation
external set unicodeRange(String value);