![]() |
Skia
2D Graphics Library
|
Represents a set of actual arguments for a font. More...
#include <SkFontArguments.h>
Classes | |
| struct | Palette |
| Specify a palette to use and overrides for palette entries. More... | |
| struct | VariationPosition |
Public Member Functions | |
| SkFontArguments () | |
| SkFontArguments & | setCollectionIndex (int collectionIndex) |
| Specify the index of the desired font. More... | |
| SkFontArguments & | setVariationDesignPosition (VariationPosition position) |
| Specify a position in the variation design space. More... | |
| int | getCollectionIndex () const |
| VariationPosition | getVariationDesignPosition () const |
| SkFontArguments & | setPalette (Palette palette) |
| Palette | getPalette () const |
Represents a set of actual arguments for a font.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Specify the index of the desired font.
Font formats like ttc, dfont, cff, cid, pfr, t42, t1, and fon may actually be indexed collections of fonts.
|
inline |
|
inline |
Specify a position in the variation design space.
Any axis not specified will use the default value. Any specified axis not actually present in the font will be ignored.
| position | not copied. The value must remain valid for life of SkFontArguments. |