- 23 10月, 2018 19 次提交
-
-
由 Behdad Esfahbod 提交于
Normally I would have added to_string / from_string like other types have. But since we don't use hb_color_t much, I'm not going to do that. Although, if we did, we could use it in hb-view to parse colors...
-
由 Behdad Esfahbod 提交于
Now to hb_color_t.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Will come in through <T> if desired.
-
由 Behdad Esfahbod 提交于
Doesn't work though, ouch :(. Need to figure out if it's unreasonable to expect Null(T) inside hb_array_t<T> to see the later specialization of Null for NameID.
-
由 Behdad Esfahbod 提交于
We cannot use a nullable offset here though.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
COLR table has one function: return layers for a glyph, and we expose exactly that, so should just wire it through. Also use sub_array() for verifiable safety. Also, BaseGlyphRecord's null object is enough. We don't need to special-case the not-found.
-
由 Behdad Esfahbod 提交于
We never return parallel arrays from functions. That's inconvenient and hard to bind.
-
由 Behdad Esfahbod 提交于
Implement has_data() for realz.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We don't expose "gid" in API.
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
- 22 10月, 2018 19 次提交
-
-
由 Behdad Esfahbod 提交于
Not sure if MSVC would be unhappy about this.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Sanitize always comes just before data member definitions, so it's easy to cross-check.
-
由 Behdad Esfahbod 提交于
When a struct is plain old data with no references, etc, it's okay to mark its members public.
-
由 Khaled Hosny 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Khaled Hosny 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 21 10月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
Fixed already but better to have anyway. One didn't have minimized but it was only 164 B, so
-
由 Ebrahim Byagowi 提交于
[test] Unify font file opening across the tests
-