#include "BIFontPlatformDataPrivate.h"#include "FontDescription.h"#include <ft2build.h>#include <fontconfig/fontconfig.h>Go to the source code of this file.
Namespaces | |
| namespace | BAL |
Classes | |
| class | BAL::BCFontPlatformDataPrivateFreeType |
Defines | |
| #define | DOUBLE_TO_26_6(d) ((FT_F26Dot6)((d) * 64.0)) |
| #define | DOUBLE_FROM_26_6(t) ((double)(t) / 64.0) |
| #define | DOUBLE_TO_16_16(d) ((FT_Fixed)((d) * 65536.0)) |
| #define | DOUBLE_FROM_16_16(t) ((double)(t) / 65536.0) |
| #define DOUBLE_TO_26_6 | ( | d | ) | ((FT_F26Dot6)((d) * 64.0)) |
| #define DOUBLE_FROM_26_6 | ( | t | ) | ((double)(t) / 64.0) |
| #define DOUBLE_TO_16_16 | ( | d | ) | ((FT_Fixed)((d) * 65536.0)) |
| #define DOUBLE_FROM_16_16 | ( | t | ) | ((double)(t) / 65536.0) |