6 lines
95 B
Java
6 lines
95 B
Java
package com.tridium.html.canvas.glyph;
|
|
|
|
interface TextGlyph {
|
|
StyleRun[] getStyleRuns();
|
|
}
|