struct Protocol::Page::FontFamilies

Overview

Generic font families collection.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cursive : String | Nil #

The cursive font-family.


[View source]
def fantasy : String | Nil #

The fantasy font-family.


[View source]
def fixed : String | Nil #

The fixed font-family.


[View source]
def math : String | Nil #

The math font-family.


[View source]
def sans_serif : String | Nil #

The sansSerif font-family.


[View source]
def serif : String | Nil #

The serif font-family.


[View source]
def standard : String | Nil #

The standard font-family.


[View source]