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