X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d.ontology%2Fgraph%2FG2D.pgraph;h=15506f545bdeef7cddd13824033b870e085a8937;hb=08dc7080753f3ea35985e76e9effb9d3ff92c3b5;hp=fc58ade46911d32717b362fb7bc6a319767f1c47;hpb=32a6aa7b656804c95b8a2a2df06900955c6df44b;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph index fc58ade46..15506f545 100644 --- a/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph +++ b/bundles/org.simantics.g2d.ontology/graph/G2D.pgraph @@ -261,3 +261,20 @@ G2D.HasSVGScript L0.Boolean + +G2D.fontProperty : L0.Template + @template %subject %predicate %family %size %style + %subject + %predicate _ : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + +G2D.font : L0.Template + @template %subject %family %size %style + %subject : G2D.Font + G2D.HasFontFamily %family + G2D.HasFontSize %size + G2D.HasFontStyle %style + + \ No newline at end of file