shithub: ft2-clone

ref: f2f8ebf77b23d54ce91915df7dd4ae9dd938382b
dir: /src/ft2_sample_saver.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>
#include "ft2_unicode.h"

enum
{
	SAVE_NORMAL = 0,
	SAVE_RANGE = 1
};

void saveSample(UNICHAR *filenameU, bool saveAsRange);