RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
DrawTextFTCairo.h
Go to the documentation of this file.
1//
2// Copyright (C) 2020-2022 David Cosgrove and other RDKit contributors
3//
4// @@ All Rights Reserved @@
5// This file is part of the RDKit.
6// The contents are covered by the terms of the BSD license
7// which is included in the file license.txt, found at the root
8// of the RDKit source tree.
9//
10// Original author: David Cosgrove (CozChemIx).
11//
12
13#ifndef RDKIT_DRAWTEXTFTCAIRO_H
14#define RDKIT_DRAWTEXTFTCAIRO_H
15
16#include <cairo.h>
17
19
20namespace RDKit {
21namespace MolDraw2D_detail {
22
23// ****************************************************************************
24
26 public:
27 ~DrawTextFTCairo() override = default;
29 const std::string &font_file, cairo_t *dp_cr);
34
35 int MoveToFunctionImpl(const FT_Vector *to) override;
36 int LineToFunctionImpl(const FT_Vector *to) override;
38 const FT_Vector *to) override;
40 const FT_Vector *controlTwo,
41 const FT_Vector *to) override;
43
44 // adds x_trans_ and y_trans_ to coords returns x advance distance
45 double extractOutline() override;
46
48};
49
50} // namespace MolDraw2D_detail
51} // namespace RDKit
52
53#endif // RDKIT_DRAWTEXTFTCAIRO_H
DrawTextFTCairo & operator=(DrawTextFTCairo &&)=delete
int CubicToFunctionImpl(const FT_Vector *controlOne, const FT_Vector *controlTwo, const FT_Vector *to) override
DrawTextFTCairo(double max_fnt_sz, double min_fnt_sz, const std::string &font_file, cairo_t *dp_cr)
DrawTextFTCairo(DrawTextFTCairo &&)=delete
DrawTextFTCairo(const DrawTextFTCairo &)=delete
int LineToFunctionImpl(const FT_Vector *to) override
int ConicToFunctionImpl(const FT_Vector *control, const FT_Vector *to) override
int MoveToFunctionImpl(const FT_Vector *to) override
DrawTextFTCairo & operator=(const DrawTextFTCairo &)=delete
Std stuff.
bool rdvalue_is(const RDValue_cast_t)