blob: 12aa0ac5517a601452bb082a318e36c027239cd7 [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;