shithub: ft2-clone

ref: 6c8bd4efbb4713c2c1e83ded672244219596f4d2
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);