template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_fonts::wire::FontFamilyInfo Build ()

Build and return the table. The builder should not be used after this.

bool has_name ()
void clear_name ()

Clears the name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::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.

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_fonts::wire::FamilyName>> elem)

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_styles ()
void clear_styles ()

Clears the styles field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

Unordered list of all available styles in the family.

BuilderImpl & styles (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_fonts::wire::Style2>>> elem)

Unordered list of all available styles in the family.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_fonts::wire::FontFamilyInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fonts::wire::FontFamilyInfo>> && frame)

Records