Home
last modified time | relevance | path

Searched refs:GlyphSet (Results 1 – 25 of 150) sorted by relevance

123456

/dports/print/py-fonttools/fonttools-4.28.2/Tests/ufoLib/
H A DglifLib_test.py9 GlyphSet, glyphNameToFileName, readGlyphFromString, writeGlyphToString,
59 GlyphSet(
68 gset = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
84 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
85 dst = GlyphSet(self.dstDir, validateRead=True, validateWrite=True)
155 src = GlyphSet(GLYPHSETDIR)
156 dst = GlyphSet(tmp_path)
290 GlyphSet(tmp_path, ufoFormatVersion=0)
292 GlyphSet(tmp_path, ufoFormatVersion=(0, 1))
296 src = GlyphSet(GLYPHSETDIR)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dglyphset.cxx42 GlyphSet::GlyphSet (sal_Int32 nFontID, bool bVertical) in GlyphSet() function in GlyphSet
51 GlyphSet::~GlyphSet () in ~GlyphSet()
57 GlyphSet::GetGlyphID ( in GetGlyphID()
68 GlyphSet::LookupGlyphID ( in LookupGlyphID()
97 GlyphSet::AddNotdef (glyph_map_t &rGlyphMap) in AddNotdef()
104 GlyphSet::AddGlyphID ( in AddGlyphID()
137 GlyphSet::GetGlyphSetName (sal_Int32 nGlyphSetID) in GetGlyphSetName()
149 GlyphSet::GetReencodedFontName (rtl_TextEncoding nEnc, const OString &rFontName) in GetReencodedFontName()
169 void GlyphSet::DrawGlyph(PrinterGfx& rGfx, in DrawGlyph()
234 GlyphSet::PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAllowType42, std::vector< OStr… in PSUploadFont()
H A Dglyphset.hxx38 class GlyphSet class
64 GlyphSet (sal_Int32 nFontID, bool bVertical);
65 ~GlyphSet ();
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dglyphset.cxx42 GlyphSet::GlyphSet (sal_Int32 nFontID, bool bVertical) in GlyphSet() function in GlyphSet
52 GlyphSet::GetGlyphID ( in GetGlyphID()
63 GlyphSet::LookupGlyphID ( in LookupGlyphID()
92 GlyphSet::AddNotdef (glyph_map_t &rGlyphMap) in AddNotdef()
99 GlyphSet::AddGlyphID ( in AddGlyphID()
132 GlyphSet::GetGlyphSetName (sal_Int32 nGlyphSetID) in GetGlyphSetName()
144 GlyphSet::GetReencodedFontName (rtl_TextEncoding nEnc, std::string_view rFontName) in GetReencodedFontName()
164 void GlyphSet::DrawGlyph(PrinterGfx& rGfx, in DrawGlyph()
233 GlyphSet::PSUploadFont (osl::File& rOutFile, PrinterGfx &rGfx, bool bAllowType42, std::vector< OStr… in PSUploadFont()
H A Dglyphset.hxx38 class GlyphSet class
62 GlyphSet (sal_Int32 nFontID, bool bVertical);
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/ufoLib/
H A DglifLib_test.py9 GlyphSet, glyphNameToFileName, readGlyphFromString, writeGlyphToString,
29 src = GlyphSet(srcDir, ufoFormatVersion=2, validateRead=True, validateWrite=True)
30 dst = GlyphSet(dstDir, ufoFormatVersion=2, validateRead=True, validateWrite=True)
55 gset = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
61 gset = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
71 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
72 dst = GlyphSet(self.dstDir, validateRead=True, validateWrite=True)
89 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
90 dst = GlyphSet(self.dstDir, myGlyphNameToFileName, validateRead=True, validateWrite=True)
101 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
/dports/x11-fonts/py-ufoLib/ufoLib-2.3.2/Lib/ufoLib/test/
H A Dtest_glifLib.py9 GlyphSet, glyphNameToFileName, readGlyphFromString, writeGlyphToString,
29 src = GlyphSet(srcDir, ufoFormatVersion=2, validateRead=True, validateWrite=True)
30 dst = GlyphSet(dstDir, ufoFormatVersion=2, validateRead=True, validateWrite=True)
55 gset = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
61 gset = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
71 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
72 dst = GlyphSet(self.dstDir, validateRead=True, validateWrite=True)
89 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
90 dst = GlyphSet(self.dstDir, myGlyphNameToFileName, validateRead=True, validateWrite=True)
101 src = GlyphSet(GLYPHSETDIR, validateRead=True, validateWrite=True)
/dports/x11/libXrender/libXrender-0.9.10/include/X11/extensions/
H A DXrender.h100 GlyphSet glyphset;
108 GlyphSet glyphset;
116 GlyphSet glyphset;
290 GlyphSet
293 GlyphSet
297 XRenderFreeGlyphSet (Display *dpy, GlyphSet glyphset);
301 GlyphSet glyphset,
310 GlyphSet glyphset,
320 GlyphSet glyphset,
334 GlyphSet glyphset,
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Tests/pens/
H A D__init__.py2 from fontTools.ufoLib.glifLib import GlyphSet
6 CUBIC_GLYPHS = GlyphSet(os.path.join(DATADIR, 'cubic'))
7 QUAD_GLYPHS = GlyphSet(os.path.join(DATADIR, 'quadratic'))
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/tests/
H A D__init__.py2 from fontTools.ufoLib.glifLib import GlyphSet
6 CUBIC_GLYPHS = GlyphSet(os.path.join(DATADIR, 'cubic'))
7 QUAD_GLYPHS = GlyphSet(os.path.join(DATADIR, 'quadratic'))
/dports/print/py-ufolib2/ufoLib2-0.11.4/src/ufoLib2/objects/
H A Dglyph.py20 from ufoLib2.typing import GlyphSet, HasIdentifier
410 def getBounds(self, layer: Optional[GlyphSet] = None) -> Optional[BoundingBox]: argument
424 self, layer: Optional[GlyphSet] = None argument
438 def getLeftMargin(self, layer: Optional[GlyphSet] = None) -> Optional[float]: argument
451 def setLeftMargin(self, value: float, layer: Optional[GlyphSet] = None) -> None: argument
468 def getRightMargin(self, layer: Optional[GlyphSet] = None) -> Optional[float]: argument
481 def setRightMargin(self, value: float, layer: Optional[GlyphSet] = None) -> None: argument
495 def getBottomMargin(self, layer: Optional[GlyphSet] = None) -> Optional[float]: argument
511 def setBottomMargin(self, value: float, layer: Optional[GlyphSet] = None) -> None: argument
533 def getTopMargin(self, layer: Optional[GlyphSet] = None) -> Optional[float]: argument
[all …]
H A Dcomponent.py10 from ufoLib2.typing import GlyphSet
50 def getBounds(self, layer: GlyphSet) -> Optional[BoundingBox]: argument
59 def getControlBounds(self, layer: GlyphSet) -> Optional[BoundingBox]: argument
H A Dcontour.py11 from ufoLib2.typing import GlyphSet
108 def getBounds(self, layer: Optional[GlyphSet] = None) -> Optional[BoundingBox]: argument
127 self, layer: Optional[GlyphSet] = None argument
H A Dmisc.py28 from ufoLib2.typing import Drawable, GlyphSet, HasIdentifier
40 def getBounds(drawable: Drawable, layer: Optional[GlyphSet]) -> Optional[BoundingBox]: argument
49 drawable: Drawable, layer: Optional[GlyphSet] argument
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dotf.hh215 class GlyphSet { class
217 GlyphSet();
218 GlyphSet(const GlyphSet&);
219 ~GlyphSet();
227 GlyphSet& operator=(const GlyphSet&);
355 inline bool GlyphSet::covers(Glyph g) const { in covers()
364 inline bool GlyphSet::operator[](Glyph g) const { in operator []()
/dports/print/typetools/lcdf-typetools-2.108/include/efont/
H A Dotf.hh215 class GlyphSet { class
217 GlyphSet();
218 GlyphSet(const GlyphSet&);
219 ~GlyphSet();
227 GlyphSet& operator=(const GlyphSet&);
355 inline bool GlyphSet::covers(Glyph g) const { in covers()
364 inline bool GlyphSet::operator[](Glyph g) const { in operator []()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dotf.hh215 class GlyphSet { class
217 GlyphSet();
218 GlyphSet(const GlyphSet&);
219 ~GlyphSet();
227 GlyphSet& operator=(const GlyphSet&);
355 inline bool GlyphSet::covers(Glyph g) const { in covers()
364 inline bool GlyphSet::operator[](Glyph g) const { in operator []()
/dports/x11/libXrender/libXrender-0.9.10/src/
H A DGlyph.c30 GlyphSet
34 GlyphSet gsid; in XRenderCreateGlyphSet()
49 GlyphSet
86 GlyphSet glyphset, in XRenderAddGlyphs()
117 GlyphSet glyphset, in XRenderFreeGlyphs()
145 GlyphSet glyphset, in XRenderCompositeString8()
230 GlyphSet glyphset, in XRenderCompositeString16()
310 GlyphSet glyphset, in XRenderCompositeString32()
399 GlyphSet glyphset; in XRenderCompositeText8()
512 GlyphSet glyphset; in XRenderCompositeText16()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgfontexport.hxx45 typedef ::std::set< OUString, ::std::greater< OUString > > GlyphSet; typedef in SVGFontExport
46 typedef ::std::map< FontItalic, GlyphSet > FontItalicMap;
58 GlyphSet& implGetGlyphSet( const vcl::Font& rFont );
H A Dsvgfontexport.cxx52 SVGFontExport::GlyphSet& SVGFontExport::implGetGlyphSet( const vcl::Font& rFont ) in implGetGlyphSet()
137 GlyphSet& rGlyphSet = implGetGlyphSet( pVDev->GetFont() ); in implCollectGlyphs()
179 GlyphSet& rGlyphSet = implGetGlyphSet( rFont ); in implEmbedFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgfontexport.hxx46 typedef ::std::set< OUString, ::std::greater< OUString > > GlyphSet; typedef in SVGFontExport
47 typedef ::std::map< FontItalic, GlyphSet > FontItalicMap;
59 GlyphSet& implGetGlyphSet( const vcl::Font& rFont );
H A Dsvgfontexport.cxx47 SVGFontExport::GlyphSet& SVGFontExport::implGetGlyphSet( const vcl::Font& rFont ) in implGetGlyphSet()
132 GlyphSet& rGlyphSet = implGetGlyphSet( pVDev->GetFont() ); in implCollectGlyphs()
173 GlyphSet& rGlyphSet = implGetGlyphSet( rFont ); in implEmbedFont()
/dports/print/py-psautohint/psautohint-2.0.0/tests/unittests/data/fontinfo/
H A Dbad_end_glyphset7 begin GlyphSet UPPERCASE
9 end GlyphSet LOWERCASE
H A Dbluefuzz_fontname19 begin GlyphSet UPPERCASE
21 end GlyphSet UPPERCASE
/dports/x11-fonts/py-ufolint/ufolint-1.2.0/lib/ufolint/validators/
H A Dglifvalidators.py7 from fontTools.ufoLib.glifLib import GlyphSet, glyphNameToFileName
35 gs = GlyphSet(

123456