SyncedFontStyles
open class SyncedFontStyles: SyncEngine
SyncedFontStyles is a subclass of SyncEngine. It handles syncing of application font sizes/ styles.
-
Retrieves a font size for a key from SyncEngine.
Parameter
Parameter key: A KeyReturns
A font size value from SyncEngine.Declaration
Swift
public class func style(forKey key: String) -> FloatParameters
keyA Key
Return Value
A font size value from SyncEngine.
View on GitHub
SyncedFontStyles Class Reference