Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CharacterInfo

Specification for how to render a character from the font texture. See Font.characterInfo.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TextRenderingModule
public struct CharacterInfo

Remarks

Additional Resources: Example at Font.RequestCharactersInTexture.

Fields

Value

Description

indexUnicode value of the character.
sizeThe size of the character or 0 if it is the default font size.
styleThe style of the character.

Properties

Property

Description

advanceThe horizontal distance, rounded to the nearest integer, from the origin of this character to the origin of the next character.
bearingThe horizontal distance from the origin of this glyph to the begining of the glyph image.
glyphHeightThe height of the glyph image.
glyphWidthThe width of the glyph image.
maxXThe maximum extend of the glyph image in the x-axis.
maxYThe maximum extend of the glyph image in the y-axis.
minXThe minium extend of the glyph image in the x-axis.
minYThe minimum extend of the glyph image in the y-axis.
uvBottomLeftThe uv coordinate matching the bottom left of the glyph image in the font texture.
uvBottomRightThe uv coordinate matching the bottom right of the glyph image in the font texture.
uvTopLeftThe uv coordinate matching the top left of the glyph image in the font texture.
uvTopRightThe uv coordinate matching the top right of the glyph image in the font texture.