mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make FontHandle fields private
This commit is contained in:
parent
7f6b1da85c
commit
1a61273e1e
2 changed files with 5 additions and 5 deletions
|
@ -59,8 +59,8 @@ impl FontTableMethods for FontTable {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct FontHandle {
|
||||
pub font_data: Arc<FontTemplateData>,
|
||||
pub ctfont: CTFont,
|
||||
font_data: Arc<FontTemplateData>,
|
||||
ctfont: CTFont,
|
||||
}
|
||||
|
||||
impl FontHandleMethods for FontHandle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue