Skip to main content

reconstruct_glyf

Function reconstruct_glyf 

Source
pub fn reconstruct_glyf(data: &[u8]) -> Option<(Vec<u8>, Vec<u8>, u16)>
Expand description

変換された glyf ストリームから (glyf, loca, index_format) を復元する。

計算量: O(総点数)

復元できない入力(ストリーム長の不一致など)は None(W-3)。