parent
a2d8dd55b3
commit
245a77cd1f
@ -1,5 +1,15 @@
|
||||
import { TextDecorationStyle } from '../dataset/enum/Text'
|
||||
|
||||
export interface ITextMetrics {
|
||||
width: number
|
||||
actualBoundingBoxAscent: number
|
||||
actualBoundingBoxDescent: number
|
||||
actualBoundingBoxLeft: number
|
||||
actualBoundingBoxRight: number
|
||||
fontBoundingBoxAscent: number
|
||||
fontBoundingBoxDescent: number
|
||||
}
|
||||
|
||||
export interface ITextDecoration {
|
||||
style?: TextDecorationStyle
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue