blob: 251d7ad32ccae50a67eb43996956188d2df3f0b6 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <stdint.h>
typedef struct gfx_font {
uint32_t width, height;
uint16_t data[];
} gfx_font;