Skip to main content

engage/generated/unity_engine/text_core/
low_level.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "unity_engine-text_core-low_level-fontengine-types"))]
4pub mod fontengine;
5#[cfg(feature = "unity_engine-text_core-low_level-fontengine-types")]
6pub use fontengine::{FontEngine, IFontEngine};
7#[cfg(any(feature = "unity_engine-text_core-low_level-fontengineerror-types"))]
8pub mod fontengineerror;
9#[cfg(feature = "unity_engine-text_core-low_level-fontengineerror-types")]
10pub use fontengineerror::FontEngineError;
11#[cfg(any(feature = "unity_engine-text_core-low_level-fontengineutilities-types"))]
12pub mod fontengineutilities;
13#[cfg(feature = "unity_engine-text_core-low_level-fontengineutilities-types")]
14pub use fontengineutilities::FontEngineUtilities;
15#[cfg(any(feature = "unity_engine-text_core-low_level-fontfeaturelookupflags-types"))]
16pub mod fontfeaturelookupflags;
17#[cfg(feature = "unity_engine-text_core-low_level-fontfeaturelookupflags-types")]
18pub use fontfeaturelookupflags::FontFeatureLookupFlags;
19#[cfg(any(feature = "unity_engine-text_core-low_level-glyphadjustmentrecord-types"))]
20pub mod glyphadjustmentrecord;
21#[cfg(feature = "unity_engine-text_core-low_level-glyphadjustmentrecord-types")]
22pub use glyphadjustmentrecord::GlyphAdjustmentRecord;
23#[cfg(any(feature = "unity_engine-text_core-low_level-glyphloadflags-types"))]
24pub mod glyphloadflags;
25#[cfg(feature = "unity_engine-text_core-low_level-glyphloadflags-types")]
26pub use glyphloadflags::GlyphLoadFlags;
27#[cfg(any(feature = "unity_engine-text_core-low_level-glyphmarshallingstruct-types"))]
28pub mod glyphmarshallingstruct;
29#[cfg(feature = "unity_engine-text_core-low_level-glyphmarshallingstruct-types")]
30pub use glyphmarshallingstruct::GlyphMarshallingStruct;
31#[cfg(any(feature = "unity_engine-text_core-low_level-glyphpackingmode-types"))]
32pub mod glyphpackingmode;
33#[cfg(feature = "unity_engine-text_core-low_level-glyphpackingmode-types")]
34pub use glyphpackingmode::GlyphPackingMode;
35#[cfg(any(feature = "unity_engine-text_core-low_level-glyphpairadjustmentrecord-types"))]
36pub mod glyphpairadjustmentrecord;
37#[cfg(feature = "unity_engine-text_core-low_level-glyphpairadjustmentrecord-types")]
38pub use glyphpairadjustmentrecord::GlyphPairAdjustmentRecord;
39#[cfg(any(feature = "unity_engine-text_core-low_level-glyphrendermode-types"))]
40pub mod glyphrendermode;
41#[cfg(feature = "unity_engine-text_core-low_level-glyphrendermode-types")]
42pub use glyphrendermode::GlyphRenderMode;
43#[cfg(any(feature = "unity_engine-text_core-low_level-glyphvaluerecord-types"))]
44pub mod glyphvaluerecord;
45#[cfg(feature = "unity_engine-text_core-low_level-glyphvaluerecord-types")]
46pub use glyphvaluerecord::GlyphValueRecord;