vfs: check userland buffers before reading them.
[haiku.git] / headers / private / interface / FontPrivate.h
blobc13d61e5f9ae82f62b05b2cffba9576132bd79d1
1 /*
2 * Copyright 2005, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef FONT_PRIVATE_H
6 #define FONT_PRIVATE_H
9 // extra flags (shares B_IS_FIXED and B_HAS_TUNED_FONT)
10 enum {
11 B_PRIVATE_FONT_IS_FULL_AND_HALF_FIXED = 0x04,
12 B_PRIVATE_FONT_HAS_KERNING = 0x08,
13 B_PRIVATE_FONT_DIRECTION_MASK = 0x30,
16 #define B_PRIVATE_FONT_DIRECTION_SHIFT 8
18 #endif /* FONT_PRIVATE_H */