updated labelable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
85b0b81da9
commit
b993952e30
@ -8,8 +8,8 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public protocol Labelable {
|
public protocol Labelable {
|
||||||
var fontSize: VDSFontSize { get set }
|
var fontSize: FontSize { get set }
|
||||||
var textPosition: VDSTextPosition { get set }
|
var textPosition: TextPosition { get set }
|
||||||
var fontWeight: VDSFontWeight { get set }
|
var fontWeight: FontWeight { get set }
|
||||||
var fontCategory: VDSFontCategory { get set }
|
var fontCategory: FontCategory { get set }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user