mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge branch 'master' of github.com:andelf/rust-sdl2_ttf
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ bitflags! {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub enum Hinting {
|
||||
Normal = ffi::TTF_HINTING_NORMAL as isize,
|
||||
Light = ffi::TTF_HINTING_LIGHT as isize,
|
||||
|
||||
Reference in New Issue
Block a user