Home
last modified time | relevance | path

Searched refs:mrRealFont (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx636 virtual bool bold() { return mrRealFont.bold(); }; in bold()
637 virtual bool italic() { return mrRealFont.italic(); }; in italic()
638 virtual float ascent() { return mrRealFont.ascent(); }; in ascent()
639 virtual float descent() { return mrRealFont.descent(); }; in descent()
640 virtual float height() { return mrRealFont.height(); }; in height()
641 virtual gr::Font* copyThis() { return mrRealFont.copyThis(); }; in copyThis()
642 virtual unsigned int getDPIx() { return mrRealFont.getDPIx(); }; in getDPIx()
643 virtual unsigned int getDPIy() { return mrRealFont.getDPIy(); }; in getDPIy()
645 { return mrRealFont.getTable(nId,nSize); } in getTable()
679 dynamic_cast<GraphiteWinFont&>(mrRealFont).UniqueCacheInfo(stuFace, fBold, fItalic); in UniqueCacheInfo()
[all …]

Completed in 23 milliseconds