ref: 1e5706a2419f55dc66900ecf6783a9a17172ee50
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);