Skip to main content

engage/generated/unity_engine/
text_core.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "unity_engine-text_core-faceinfo-types"))]
4pub mod faceinfo;
5#[cfg(feature = "unity_engine-text_core-faceinfo-types")]
6pub use faceinfo::FaceInfo;
7#[cfg(any(feature = "unity_engine-text_core-glyph-types"))]
8pub mod glyph;
9#[cfg(feature = "unity_engine-text_core-glyph")]
10pub use glyph::IGlyphMethods;
11#[cfg(feature = "unity_engine-text_core-glyph-types")]
12pub use glyph::{Glyph, IGlyph};
13#[cfg(any(feature = "unity_engine-text_core-glyphmetrics-types"))]
14pub mod glyphmetrics;
15#[cfg(feature = "unity_engine-text_core-glyphmetrics-types")]
16pub use glyphmetrics::GlyphMetrics;
17#[cfg(any(feature = "unity_engine-text_core-glyphrect-types"))]
18pub mod glyphrect;
19#[cfg(feature = "unity_engine-text_core-glyphrect-types")]
20pub use glyphrect::GlyphRect;
21#[cfg(any(
22    feature = "unity_engine-text_core-low_level-fontengine-types",
23    feature = "unity_engine-text_core-low_level-fontengineerror-types",
24    feature = "unity_engine-text_core-low_level-fontengineutilities-types",
25    feature = "unity_engine-text_core-low_level-fontfeaturelookupflags-types",
26    feature = "unity_engine-text_core-low_level-glyphadjustmentrecord-types",
27    feature = "unity_engine-text_core-low_level-glyphloadflags-types",
28    feature = "unity_engine-text_core-low_level-glyphmarshallingstruct-types",
29    feature = "unity_engine-text_core-low_level-glyphpackingmode-types",
30    feature = "unity_engine-text_core-low_level-glyphpairadjustmentrecord-types",
31    feature = "unity_engine-text_core-low_level-glyphrendermode-types",
32    feature = "unity_engine-text_core-low_level-glyphvaluerecord-types"
33))]
34pub mod low_level;