ref: 7398c6dfa438f2cdf786491c32283660972a2401
dir: /src/ft2_sample_saver.h/
#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);