2026-03-17 13:31:18 -07:00

6 lines
95 B
Java

package com.tridium.html.canvas.glyph;
interface TextGlyph {
StyleRun[] getStyleRuns();
}