typeset 0.1.0
縦書き・横書きの日本語組版ライブラリ(JLReq 水準、ラスタ / PDF / SVG)
読み取り中…
検索中…
一致する文字列を見つけられません
annotation.hpp ファイル
#include <cstddef>
#include <cstdint>
#include <string>
#include "typeset/geom.hpp"

[ソースコード]

クラス

struct  typeset::inl::Annotation
 

名前空間

namespace  typeset
 geom — 単位と幾何
 
namespace  typeset::inl
 inl/annotation — 行内に組み込む注記
 

列挙型

enum class  typeset::inl::AnnotationType : uint8_t {
  typeset::inl::Ruby , typeset::inl::TateChuYoko , typeset::inl::Emphasis , typeset::inl::Warichu ,
  typeset::inl::Jidori , typeset::inl::Indent , typeset::inl::MoveTo
}
 
enum class  typeset::inl::RubyMode : uint8_t { typeset::inl::Group , typeset::inl::Mono , typeset::inl::Jukugo }
 
enum class  typeset::inl::EmphasisMark : uint8_t {
  typeset::inl::Sesame , typeset::inl::OpenSesame , typeset::inl::Dot , typeset::inl::FilledCircle ,
  typeset::inl::OpenCircle
}
 

関数

char32_t typeset::inl::emphasisMarkCodePoint (EmphasisMark mark)