SetVariations sets the font variations (not yet supported).
(variations string)
| 321 | |
| 322 | // SetVariations sets the font variations (not yet supported). |
| 323 | func (f *Font) SetVariations(variations string) { |
| 324 | // TODO: support font variations |
| 325 | f.variations = variations |
| 326 | } |
| 327 | |
| 328 | // SetFeatures sets the font features (not yet supported). |
| 329 | func (f *Font) SetFeatures(features string) { |