8 Utilities
(require sfont/utilities) | package: sfont |
Doubles a number.
Convert degrees in radians.
Common angles.
procedure
(string->text str) → (listof (listof symbol?))
str : string?
Produces a ’text’ that can be used with display-text:
(display-text (string->text "Straße"))
procedure
(unicode n) → (listof natural-number/c)
n : name/c
Produces a list of Unicode codes for a given name
(using the Adobe Glyph List).