template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fuchsia_mem::wire::Buffer, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_mem::wire::Buffer>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_fonts::wire::TypefaceResponse> & buffer (First && first, Args &&... args_)

A memory buffer containing the bytes of a digital font file.

It is the client's responsibility to identify the type of file and to parse it (usually by

delegating to FreeType or a similar library).

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

Friends

template <>
class TypefaceResponse