polygon.h (434B)
1 /* 2 * bdf2sfd 1.1.7 3 * Copyright (c) 2019-2022, Frederic Cambus 4 * https://github.com/fcambus/bdf2sfd 5 * 6 * Created: 2019-11-21 7 * Last Updated: 2020-02-08 8 * 9 * bdf2sfd is released under the BSD 2-Clause license. 10 * See LICENSE file for details. 11 * 12 * SPDX-License-Identifier: BSD-2-Clause 13 */ 14 15 #ifndef POLYGON_H 16 #define POLYGON_H 17 18 void polygon(uint32_t, uint32_t, uint32_t, float, float, float, float); 19 20 #endif /* POLYGON_H */