UnityEditor.TextRenderingModule Method used for calculating a font's ascent. Ascender method. Bounding box method. Legacy bounding box method. Font rendering mode constants for TrueTypeFontImporter. Use hinted font rendering without anti-aliasing. This is the crispest font rendering option, and may be most readable for small font sizes. Use Anti-Aliased Font rendering with hinting. This forces character lines to run along pixel boundaries. Use the OS default font rendering mode. This mode is only available for dynamic fonts, as static fonts are generated at build time. Use Anti-Aliased Font rendering. When using dynamic fonts, this is the mode which is fastest in rendering font textures. Texture case constants for TrueTypeFontImporter. Import basic ASCII character set. Only import lower case ASCII character set. Only import upper case ASCII character set. Custom set of characters. Render characters into font texture at runtime as needed. Import a set of Unicode characters common for latin scripts. AssetImporter for importing Fonts. Calculation mode for determining font's ascent. Border pixels added to character images for padding. This is useful if you want to render text using a shader which needs to render outside of the character area (like an outline shader). Spacing between character images in the generated texture in pixels. This is useful if you want to render text using a shader which samples pixels outside of the character area (like an outline shader). A custom set of characters to be included in the Font Texture. An array of font names, to be used when includeFontData is set to false. References to other fonts to be used looking for fallbacks. Font rendering mode to use for this font. Font size to use for importing the characters. Use this to adjust which characters should be imported. The internal font name of the TTF file. If this is enabled, the actual font will be embedded into the asset for Dynamic fonts. Set this property to true if you want to round the internal advance width of the font to the nearest integer. Create an editable copy of the font asset at path.