computeShape abstract method

  1. @protected
TextShapeResult computeShape(
  1. List<int> codeUnits,
  2. List<TextRun> runs, {
  3. TextDirection? direction,
})

Implementation

@protected
TextShapeResult computeShape(
  List<int> codeUnits,
  List<TextRun> runs, {
  TextDirection? direction,
});