ohos_drawing_sys/text_declaration/
text_declaration_ffi.rs#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
use crate::types::*;
#[allow(unused_imports)]
#[cfg(feature = "api-12")]
use crate::error_code::OH_Drawing_ErrorCode;
#[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],
}
#[repr(C)]
pub struct OH_Drawing_TextBox {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_PositionAndAffinity {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_Range {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_FontParser {
_unused: [u8; 0],
}
#[repr(C)]
pub struct OH_Drawing_TextShadow {
_unused: [u8; 0],
}