RazrFalcon / ttf-parser

A high-level, safe, zero-allocation TrueType font parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential bug: LookupFlags.mark_attachment_type() always returns 0

lie-yan opened this issue · comments

#[inline] pub fn mark_attachment_type(self) -> u8 { (self.0 & 0xFF00) as u8 }

This method always return zero.

Good catch. Thanks!