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

[ソースコード]

クラス

struct  typeset::backend::Bitmap
 ARGB8888(非前乗算)画像 [詳解]
 
struct  typeset::backend::RasterOptions
 
class  typeset::backend::RasterRenderer
 

名前空間

namespace  typeset
 geom — 単位と幾何
 
namespace  typeset::backend
 backend/pdf_writer — 表示リストを PDF へ
 

関数

bool typeset::backend::savePng (const Bitmap &bitmap, const std::string &path)
 PNG 書き出し(ラスタ backend の確認用。zlib で圧縮)