var to let
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
bdb6e98672
commit
5797b5c7e9
@ -57,7 +57,7 @@ class LabelViewController: BaseViewController<Label> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func descriptionFor(style: TextStyle) -> String {
|
func descriptionFor(style: TextStyle) -> String {
|
||||||
var scaledFont = style.font.scaledFont
|
let scaledFont = style.font.scaledFont
|
||||||
var customizedDesc: String = "Name: \(style.rawValue) \nFont Face-Weight: \(style.font.fontName)"
|
var customizedDesc: String = "Name: \(style.rawValue) \nFont Face-Weight: \(style.font.fontName)"
|
||||||
customizedDesc += "\nVDS LetterSpacing: \(style.letterSpacing)"
|
customizedDesc += "\nVDS LetterSpacing: \(style.letterSpacing)"
|
||||||
if scaledMode {
|
if scaledMode {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user