Struct allegro_font::Font [−][src]
Implementations
impl Font
[src]
pub fn new_builtin(_: &FontAddon) -> Result<Font, ()>
[src]
pub fn load_bitmap_font(_: &FontAddon, filename: &str) -> Result<Font, ()>
[src]
pub fn grab_from_bitmap(
_: &FontAddon,
bmp: &Bitmap,
ranges: &[(c_int, c_int)]
) -> Result<Font, ()>
[src]
_: &FontAddon,
bmp: &Bitmap,
ranges: &[(c_int, c_int)]
) -> Result<Font, ()>
pub unsafe fn wrap_allegro_font(font: *mut ALLEGRO_FONT) -> Result<Font, ()>
[src]
pub fn get_font(&self) -> *mut ALLEGRO_FONT
[src]
pub fn get_text_width(&self, text: &str) -> i32
[src]
pub fn get_line_height(&self) -> i32
[src]
pub fn get_ascent(&self) -> i32
[src]
pub fn get_descent(&self) -> i32
[src]
pub fn get_text_dimensions(&self, text: &str) -> (i32, i32, i32, i32)
[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,