mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
gfx: Antialias fonts
This commit is contained in:
parent
b338fc82ff
commit
be62d11283
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ pub impl Font : FontMethods {
|
||||||
|
|
||||||
let options: AzDrawOptions = {
|
let options: AzDrawOptions = {
|
||||||
mAlpha: 1f as AzFloat,
|
mAlpha: 1f as AzFloat,
|
||||||
fields: 0 as uint16_t
|
fields: 0x0200 as uint16_t
|
||||||
};
|
};
|
||||||
|
|
||||||
let mut origin = copy baseline_origin;
|
let mut origin = copy baseline_origin;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue