#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
use crate::drawing::types::*;
#[repr(C)]
pub struct OH_Drawing_FontCollection {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_Typography {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_TextStyle {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_TypographyStyle {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_TypographyCreate {
_unused: [u8; 0],
}