class FontFamilyInfo

Defined at line 746 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

Information about a font family that can be requested using `Provider.GetFontFamilyInfo()`.

If a matching font family is not found, the table will be empty.

Public Methods

void FontFamilyInfo ()

Defined at line 748 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

void FontFamilyInfo (const FontFamilyInfo & other)

Defined at line 749 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

FontFamilyInfo & operator= (const FontFamilyInfo & other)

Defined at line 750 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

void FontFamilyInfo (FontFamilyInfo && other)

Defined at line 751 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_fonts::wire::FontFamilyInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_fonts::wire::FontFamilyInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fonts::wire::FontFamilyInfo>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fuchsia_fonts::wire::FamilyName & name ()

Canonical font family name. Note that this may be different from the value passed to

`GetFontFamilyInfo()` due to the resolution of font aliases, and/or differences in

whitespace and capitalization.

bool has_name ()
FontFamilyInfo & operator= (FontFamilyInfo && other)

Defined at line 752 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

::fidl::VectorView< ::fuchsia_fonts::wire::Style2> & styles ()

Unordered list of all available styles in the family.

bool has_styles ()
void ~FontFamilyInfo ()

Defined at line 754 of file fidling/gen/sdk/fidl/fuchsia.fonts/fuchsia.fonts/cpp/fidl/fuchsia.fonts/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder