|
typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
|
フォントの論理指定 [詳解]
#include <typeset/style.hpp>
公開変数類 | |
| std::vector< std::string > | family |
| フォールバック順の family(FontSet に登録したキー、または family 名) | |
| int | weight = 400 |
| bool | italic = false |
| std::map< std::string, float > | variations |
| バリアブルフォントの軸の値("wght" → 700、"wdth" → 75 など、デザイン座標)。 wght を書かなくても、face に wght 軸があれば weight が入る。軸の無い face では無視される | |
| std::vector<std::string> typeset::FontSpec::family |
| std::map<std::string, float> typeset::FontSpec::variations |