| 10 | } |
| 11 | |
| 12 | export interface IDrawTextFieldOptions { |
| 13 | anchorPosition?: AnchorPosition |
| 14 | backgroundColor?: string |
| 15 | fontColor?: string |
| 16 | fontSize?: number |
| 17 | fontStyle?: string |
| 18 | padding?: number |
| 19 | } |
| 20 | |
| 21 | export class DrawTextFieldOptions implements IDrawTextFieldOptions { |
| 22 | public anchorPosition: AnchorPosition |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…