shithub: ft2-clone

ref: 86dba48dee3bf19c8f124fb33703c305dba7dc7b
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);