About
Contact
QtCreator
KDevelop
Solarized
1
use
crate
::
Shaper
;
2
3
pub
fn
core_text
() ->
Option
<
Shaper
> {
4
Shaper
::
new_core_text
()
5
}
6