Module: CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily

Extended by:
Internal::Types::Enum
Defined in:
lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_family.rb

Constant Summary collapse

COURIER =
"courier"
COURIER_BOLD =
"courier-bold"
COURIER_BOLD_OBLIQUE =
"courier-bold-oblique"
COURIER_OBLIQUE =
"courier-oblique"
HELVETICA =
"helvetica"
HELVETICA_BOLD =
"helvetica-bold"
HELVETICA_BOLD_OBLIQUE =
"helvetica-bold-oblique"
HELVETICA_OBLIQUE =
"helvetica-oblique"
TIMES_ROMAN =
"times-roman"
TIMES_BOLD =
"times-bold"
TIMES_BOLD_ITALIC =
"times-bold-italic"
TIMES_ITALIC =
"times-italic"
SYMBOL =
"symbol"
ZAPF_DINGBATS =
"zapf-dingbats"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load