#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_SHAPE_RESULT_SPACING_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_SHAPE_RESULT_SPACING_H_
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/text/character.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
namespace blink {
class FontDescription;
class TextRun;
template <typename TextContainerType>
class PLATFORM_EXPORT ShapeResultSpacing final { … };
template <>
void ShapeResultSpacing<TextRun>::SetSpacingAndExpansion(
const FontDescription&);
}
#endif