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 Key

    Returns

    A font size value from SyncEngine.

    Declaration

    Swift

    public class func style(forKey key: String) -> Float

    Parameters

    key

    A Key

    Return Value

    A font size value from SyncEngine.