mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement get_table_for_tag on FreeType
Also fixes use-after-free of FontTable buffers.
This commit is contained in:
parent
3f9b6f8586
commit
afafb0b71c
10 changed files with 41 additions and 33 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(arc_weak)]
|
||||
#![cfg_attr(any(target_os = "linux", target_os = "android"), feature(box_raw))]
|
||||
#![feature(box_raw)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(custom_derive)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue